diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-14 15:04:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-14 15:04:31 +0000 |
commit | 1d6fb6d44849c55a22fc1883833ade117015bf37 (patch) | |
tree | 42a777141a7b952818a41a88c86417e4982636e3 /scripts | |
parent | 727ef9444770bdd4f8253e96218ec1d5bc9888d3 (diff) | |
download | busybox-w32-1d6fb6d44849c55a22fc1883833ade117015bf37.tar.gz busybox-w32-1d6fb6d44849c55a22fc1883833ade117015bf37.tar.bz2 busybox-w32-1d6fb6d44849c55a22fc1883833ade117015bf37.zip |
- do away with silly comment and do the Right Thing wrt building the archives.
You have to provide the absolute path to the objdir/target.ext you want to build, as can be seen in the respective makefiles..
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/individual | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/scripts/individual b/scripts/individual index 1463e0fc4..8c26668b9 100755 --- a/scripts/individual +++ b/scripts/individual | |||
@@ -12,34 +12,7 @@ mkdir build | |||
12 | 12 | ||
13 | # Make our prerequisites. | 13 | # Make our prerequisites. |
14 | 14 | ||
15 | make busybox.links include/bb_config.h | 15 | make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a} |
16 | |||
17 | # Adding "libbb/libbb.a" to the previous line doesn't work, nor does going | ||
18 | # "make libbb.a" in the libb directory. The busybox makefile has layers and | ||
19 | # layers of overcomplicated brokenness... | ||
20 | |||
21 | cd libbb | ||
22 | make | ||
23 | cd .. | ||
24 | |||
25 | # Same problem. | ||
26 | |||
27 | cd archival/libunarchive | ||
28 | make | ||
29 | cd ../.. | ||
30 | |||
31 | # And again | ||
32 | |||
33 | cd coreutils/libcoreutils | ||
34 | make | ||
35 | cd ../.. | ||
36 | |||
37 | # Sensing a pattern here? | ||
38 | |||
39 | #cd networking/libiproute | ||
40 | #make | ||
41 | #cd ../.. | ||
42 | |||
43 | fi | 16 | fi |
44 | 17 | ||
45 | # About 3/5 of the applets build from one .c file (with the same name as the | 18 | # About 3/5 of the applets build from one .c file (with the same name as the |