Update of /cvsroot/wisp/wisp/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv13096
Modified Files:
build.sh
Log Message:
easy step to build configure
Index: build.sh
===================================================================
RCS file: /cvsroot/wisp/wisp/tools/build.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- build.sh 6 Feb 2003 20:11:39 -0000 1.13
+++ build.sh 7 Feb 2003 00:36:53 -0000 1.14
@@ -45,6 +45,8 @@
touch src/native/*.s # so make wouldn't want to regenerate them using
# yet untranslated Wisp
+test "$1" = "config" && exit 0
+
./configure && $MAKE
if test "$1" = "dist"
|