diff options
-rwxr-xr-x | scripts/individual | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/individual b/scripts/individual index 8c26668b9..a09a5dc7a 100755 --- a/scripts/individual +++ b/scripts/individual | |||
@@ -13,6 +13,13 @@ mkdir build | |||
13 | # Make our prerequisites. | 13 | # Make our prerequisites. |
14 | 14 | ||
15 | make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a} | 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 | else | ||
18 | # Could very well be that we want to build an individual applet but have no | ||
19 | # 'build' dir yet.. | ||
20 | |||
21 | test -d ./build || mkdir build | ||
22 | |||
16 | fi | 23 | fi |
17 | 24 | ||
18 | # About 3/5 of the applets build from one .c file (with the same name as the | 25 | # About 3/5 of the applets build from one .c file (with the same name as the |