[or-cvs] r16342: Fix make command inconsistency. (torvm/trunk)

coderman at seul.org coderman at seul.org
Sat Aug 2 00:02:28 UTC 2008


Author: coderman
Date: 2008-08-01 20:02:28 -0400 (Fri, 01 Aug 2008)
New Revision: 16342

Modified:
   torvm/trunk/Makefile
Log:
Fix make command inconsistency.

Modified: torvm/trunk/Makefile
===================================================================
--- torvm/trunk/Makefile	2008-08-01 23:50:08 UTC (rev 16341)
+++ torvm/trunk/Makefile	2008-08-02 00:02:28 UTC (rev 16342)
@@ -36,7 +36,7 @@
 	@if [ ! -f .build_prereqs_verified ]; then \
 		echo "Verifying build prerequisites ..." >&2; \
 		NOFOUND=""; \
-		REQS="gmake gcc g++ ccache gawk bison flex unzip bzip2 patch perl wget tar svn autoconf mkisofs sha1sum"; \
+		REQS="make gcc g++ ccache gawk bison flex unzip bzip2 patch perl wget tar svn autoconf mkisofs sha1sum"; \
 		for REQ in $$REQS; do \
 			which $$REQ >/dev/null 2>&1; \
 			if (( $$? != 0 )); then \
@@ -94,7 +94,7 @@
 
 buildkern: buildtree
 	@cd build/kamikaze/$(TGTNAME); \
-	time su $(BUSER) -c "( $(MAKE) V=99 oldconfig && gmake V=99 world )"; \
+	time su $(BUSER) -c "( $(MAKE) V=99 oldconfig && $(MAKE) V=99 world )"; \
 	if (( $$? != 0 )); then \
 		echo "ERROR: OpenWRT kernel build failed.  Check log for details." >&2; \
 		exit 1; \



More information about the tor-commits mailing list