diff options
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 |