- Timestamp:
- Nov 26, 2006, 11:04:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.0/mindi-busybox/distributions/debian/rules
r983 r986 25 25 endif 26 26 27 config.status: configure28 dh_testdir29 # Configure the package.30 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr31 32 27 # Build both architecture dependent and independent 33 28 build: build-arch build-indep … … 36 31 build-arch: build-arch-stamp 37 32 38 build-arch-stamp: config.status33 build-arch-stamp: Makefile 39 34 dh_testdir 40 35 … … 48 43 build-indep: build-indep-stamp 49 44 50 build-indep-stamp: config.status45 build-indep-stamp: Makefile 51 46 # Nothing to do, the only indep item is the manual which is available as html in original source 52 47 touch build-indep-stamp
Note:
See TracChangeset
for help on using the changeset viewer.