OSDN Git Service

- make sure that the 'build' dir exists even if we are about to build just one applet.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Sep 2006 15:07:48 +0000 (15:07 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Sep 2006 15:07:48 +0000 (15:07 -0000)
scripts/individual

index 8c26668..a09a5dc 100755 (executable)
@@ -13,6 +13,13 @@ mkdir build
 # Make our prerequisites.
 
 make busybox.links include/bb_config.h $(pwd)/{libbb/libbb.a,archival/libunarchive/libunarchive.a,coreutils/libcoreutils/libcoreutils.a,networking/libiproute/libiproute.a}
+
+else
+# Could very well be that we want to build an individual applet but have no
+# 'build' dir yet..
+
+test -d ./build || mkdir build
+
 fi
 
 # About 3/5 of the applets build from one .c file (with the same name as the