Changeset 1371
- Timestamp:
- 05/01/05 22:08:12 (4 years ago)
- Files:
-
- trunk/debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/rules
r1367 r1371 11 11 12 12 13 INSTALL = install 14 INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 15 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 16 INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 17 INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 13 18 14 15 CFLAGS = -Wall -g16 17 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))18 CFLAGS += -O019 else20 CFLAGS += -O221 endif22 19 23 20 configure: configure-stamp … … 35 32 36 33 # Add here commands to compile the package. 37 $(MAKE)34 # $(MAKE) 38 35 #docbook-to-man debian/alternc-stats.sgml > alternc-stats.1 39 36 … … 46 43 47 44 # Add here commands to clean up after the build process. 48 -$(MAKE) clean45 # -$(MAKE) clean 49 46 50 47 dh_clean … … 57 54 58 55 # Add here commands to install the package into debian/alternc-stats. 59 $(MAKE) install DESTDIR=$(CURDIR)/debian/alternc-stats 56 # $(MAKE) install DESTDIR=$(CURDIR)/debian/alternc-stats 57 $(INSTALL_PROGRAM) $(CURDIR)/bin/alternc_stats_web.php $(CURDIR)/debian/alternc-stats/usr/sbin/alternc_stats_web 60 58 61 59
