summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-14 15:07:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-14 15:07:48 +0000
commit6eb2f8edceaa09ff46153d64df13b1dc918e8139 (patch)
treece5dbef8544a7a061d7b1da47d1a187c3ddde969 /scripts
parent1d6fb6d44849c55a22fc1883833ade117015bf37 (diff)
downloadbusybox-w32-6eb2f8edceaa09ff46153d64df13b1dc918e8139.tar.gz
busybox-w32-6eb2f8edceaa09ff46153d64df13b1dc918e8139.tar.bz2
busybox-w32-6eb2f8edceaa09ff46153d64df13b1dc918e8139.zip
- make sure that the 'build' dir exists even if we are about to build just one applet.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/individual7
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
15make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a} 15make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a}
16
17else
18# Could very well be that we want to build an individual applet but have no
19# 'build' dir yet..
20
21test -d ./build || mkdir build
22
16fi 23fi
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