From 8c0bea159c8cfb0938e5682a0225a11314eba8a5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Feb 2009 05:24:28 -0400 Subject: The tools/build script now wants make targets --- tools/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build') diff --git a/tools/build b/tools/build index 977df74b..c1c0d3eb 100755 --- a/tools/build +++ b/tools/build @@ -14,4 +14,4 @@ if [ ! -f Makefile -o \ (cd $SRCDIR && tools/myacprep) fi -make -j3 TAGS check +make "$@" -- cgit v1.2.3