[Buildroot] svn commit: trunk/buildroot/toolchain/dependencies

jacmet at uclibc.org jacmet at uclibc.org
Wed Jun 18 13:11:57 UTC 2008


Author: jacmet
Date: 2008-06-18 06:11:52 -0700 (Wed, 18 Jun 2008)
New Revision: 22412

Log:
dependencies: check for awk


Modified:
   trunk/buildroot/toolchain/dependencies/dependencies.sh


Changeset:
Modified: trunk/buildroot/toolchain/dependencies/dependencies.sh
===================================================================
--- trunk/buildroot/toolchain/dependencies/dependencies.sh	2008-06-18 09:22:31 UTC (rev 22411)
+++ trunk/buildroot/toolchain/dependencies/dependencies.sh	2008-06-18 13:11:52 UTC (rev 22412)
@@ -234,6 +234,18 @@
 
 #############################################################
 #
+# check build system 'awk'
+#
+#############################################################
+if ! which awk > /dev/null ; then
+	echo "awk installed:		    FALSE"
+	/bin/echo -e "\n\nYou must install 'awk' on your build machine\n";
+	exit 1;
+fi;
+echo "awk installed:					Ok"
+
+#############################################################
+#
 # check build system 'bison'
 #
 #############################################################




More information about the buildroot mailing list