diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-17 00:41:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-17 00:41:05 +0000 |
commit | 69c8572f296380df78a20818ca9208b35b7dbd16 (patch) | |
tree | 0a0f3d5aeb35bc9048fc9f833e03feddfeea88f9 /debian/rules | |
parent | f6a7227fd6660c451540698aa459e8a20ff2b784 (diff) | |
download | busybox-w32-69c8572f296380df78a20818ca9208b35b7dbd16.tar.gz busybox-w32-69c8572f296380df78a20818ca9208b35b7dbd16.tar.bz2 busybox-w32-69c8572f296380df78a20818ca9208b35b7dbd16.zip |
Update the debian build stuff
-Erik
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 078478627..6604a3592 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -27,6 +27,7 @@ debian/build-stamp-busybox: | |||
27 | dh_testdir | 27 | dh_testdir |
28 | mkdir -p $(bbbd) | 28 | mkdir -p $(bbbd) |
29 | cp Makefile $(bbbd) | 29 | cp Makefile $(bbbd) |
30 | -(cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../" applet_source_list) | ||
30 | cp debian/Config.h-deb $(bbbd)/Config.h | 31 | cp debian/Config.h-deb $(bbbd)/Config.h |
31 | (cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../") | 32 | (cd $(bbbd); $(MAKE) "BB_SRC_DIR=../../") |
32 | touch debian/build-stamp-busybox | 33 | touch debian/build-stamp-busybox |
@@ -52,7 +53,7 @@ debian/build-stamp-busybox-static: | |||
52 | dh_testdir | 53 | dh_testdir |
53 | mkdir -p $(bbsbd) | 54 | mkdir -p $(bbsbd) |
54 | cp Makefile $(bbsbd) | 55 | cp Makefile $(bbsbd) |
55 | cp debian/Config.h-deb $(bbsbd)/Config.h | 56 | cp debian/Config.h-static $(bbsbd)/Config.h |
56 | (cd $(bbsbd); $(MAKE) DOSTATIC=true "BB_SRC_DIR=../../") | 57 | (cd $(bbsbd); $(MAKE) DOSTATIC=true "BB_SRC_DIR=../../") |
57 | touch debian/build-stamp-busybox-static | 58 | touch debian/build-stamp-busybox-static |
58 | 59 | ||