[Nice-commit] Nice Makefile,1.157,1.158
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-02-16 16:18:29
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1290 Modified Files: Makefile Log Message: Make the default target not force recompilation and not archive the results, which is more practical when working on the Nice parts of the compiler. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** Makefile 7 Feb 2005 17:37:54 -0000 1.157 --- Makefile 16 Feb 2005 16:18:20 -0000 1.158 *************** *** 40,44 **** ! all: src/nice/tools/compiler/console.jar compiler2 archive2 stable: clean bootstrap compiler1 testengine archiveOld --- 40,48 ---- ! all: src/nice/tools/compiler/console.jar compiler ! ! compiler: setDate ! ${NICEC1} bossa.syntax ! ${NICEC1} -a src/nice/tools/compiler/console.jar nice.tools.compiler.console stable: clean bootstrap compiler1 testengine archiveOld |