[Nice-commit] Nice Makefile,1.134,1.135
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-11 14:58:08
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1499 Modified Files: Makefile Log Message: Make the bootstrap work when inlined methods use modified code from the nice.tools.code package. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** Makefile 25 Jan 2004 02:49:23 -0000 1.134 --- Makefile 11 Feb 2004 14:53:55 -0000 1.135 *************** *** 174,177 **** --- 174,182 ---- $(JAVAC_GENERIC) -d classes-inline stdlib/nice/lang/inline/*.java cp -a classes-inline/* classes + # We put code used by inline methods inside classes-inline so that it is + # used when running the inline methods, not the versions in the running + # compiler, which might be outdated. + mkdir -p classes-inline/nice/tools/code + cp classes/nice/tools/code/*.class classes-inline/nice/tools/code ${NICEC} -R bossa.modules ${NICEC} -r nice.tools.ast |