[Nice-commit] Nice Makefile,1.151,1.152
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-08-07 14:57:42
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv758 Modified Files: Makefile Log Message: Implementation of remote package repositories. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.151 retrieving revision 1.152 diff -C2 -d -r1.151 -r1.152 *** Makefile 31 Jul 2004 07:53:10 -0000 1.151 --- Makefile 7 Aug 2004 14:57:33 -0000 1.152 *************** *** 49,53 **** world: fixpoint check test ! tools: nicedoc unit ant # The bootstrap at the end of the universe ;-) --- 49,53 ---- world: fixpoint check test ! tools: nicedoc unit ant publish # The bootstrap at the end of the universe ;-) *************** *** 65,69 **** compiler2 compiler3: setDate - ${NICEC1} -r nice.tools.locator ${NICEC1} -R bossa.syntax ${NICEC1} -R -a src/nice/tools/compiler/console.jar nice.tools.compiler.console --- 65,68 ---- *************** *** 161,165 **** -cd src/bossa/syntax && mv -f dispatch.java.bootstrap dispatch.java ${JAVAC} src/nice/tools/util/System.java ! ${NICEC} -r nice.tools.locator ${JAVAC} \ src/bossa/syntax/dispatch.java \ --- 160,164 ---- -cd src/bossa/syntax && mv -f dispatch.java.bootstrap dispatch.java ${JAVAC} src/nice/tools/util/System.java ! ${NICEC} -R nice.tools.repository ${JAVAC} \ src/bossa/syntax/dispatch.java \ *************** *** 205,208 **** --- 204,210 ---- $(NICEC1) nice.tools.unit.console + publish: + $(NICEC1) -a nicepublish.jar nice.tools.repository.publish + libs: @echo "Building libraries..." |