diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 03:08:31 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 03:08:31 +0000 |
commit | 2f79f5b60d02ae9c5b456037708cb61dd91bf7a8 (patch) | |
tree | e6b5d83b80f4fc606f6951b2d35818bb63957233 /debian/rules | |
parent | efc6fbd452211fb1695f7f0abbf8c7477c54f7fa (diff) | |
download | busybox-w32-2f79f5b60d02ae9c5b456037708cb61dd91bf7a8.tar.gz busybox-w32-2f79f5b60d02ae9c5b456037708cb61dd91bf7a8.tar.bz2 busybox-w32-2f79f5b60d02ae9c5b456037708cb61dd91bf7a8.zip |
Store a custom Rules.mak file to enable buildign static binaries
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2a0b48f24..ba1530d3f 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -17,6 +17,7 @@ busybox-deb: | |||
17 | dh_testroot | 17 | dh_testroot |
18 | $(MAKE) clean | 18 | $(MAKE) clean |
19 | cp ./debian/config-deb .config | 19 | cp ./debian/config-deb .config |
20 | cp ./debian/Rules.mak.shared Rules.mak | ||
20 | $(MAKE) dep | 21 | $(MAKE) dep |
21 | $(MAKE) | 22 | $(MAKE) |
22 | install -D busybox ./debian/busybox/bin/busybox | 23 | install -D busybox ./debian/busybox/bin/busybox |
@@ -36,6 +37,7 @@ busybox-udeb: | |||
36 | dh_testroot | 37 | dh_testroot |
37 | $(MAKE) clean | 38 | $(MAKE) clean |
38 | cp ./debian/config-udeb .config | 39 | cp ./debian/config-udeb .config |
40 | cp ./debian/Rules.mak.shared Rules.mak | ||
39 | $(MAKE) dep | 41 | $(MAKE) dep |
40 | $(MAKE) | 42 | $(MAKE) |
41 | install -D busybox ./debian/busybox-udeb/bin/busybox | 43 | install -D busybox ./debian/busybox-udeb/bin/busybox |
@@ -55,6 +57,7 @@ busybox-static: | |||
55 | dh_testroot | 57 | dh_testroot |
56 | $(MAKE) clean | 58 | $(MAKE) clean |
57 | cp ./debian/config-static .config | 59 | cp ./debian/config-static .config |
60 | cp ./debian/Rules.mak.static Rules.mak | ||
58 | $(MAKE) dep | 61 | $(MAKE) dep |
59 | $(MAKE) | 62 | $(MAKE) |
60 | install -D busybox ./debian/busybox-static/bin/busybox | 63 | install -D busybox ./debian/busybox-static/bin/busybox |