[Nice-commit] Nice Makefile,1.143,1.144
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-26 10:47:42
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25295 Modified Files: Makefile Log Message: Ship libs (nice.functional) with the compiler. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.143 retrieving revision 1.144 diff -C2 -d -r1.143 -r1.144 *** Makefile 8 Mar 2004 14:40:38 -0000 1.143 --- Makefile 26 Jun 2004 10:47:33 -0000 1.144 *************** *** 45,49 **** stable: clean bootstrap compiler1 testengine archiveOld ! complete: stable compiler2 tools archive2 fixpoint: complete compiler3 archive3 world: fixpoint check test --- 45,49 ---- stable: clean bootstrap compiler1 testengine archiveOld ! complete: stable compiler2 tools libs archive2 fixpoint: complete compiler3 archive3 world: fixpoint check test *************** *** 203,206 **** --- 203,210 ---- $(NICEC1) nice.tools.unit.console + libs: + @echo "Building libraries..." + $(NICEC1) nice.functional + testengine: @echo "Building the testsuite engine..." |