[Nice-commit] Nice Makefile,1.156,1.157
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-02-07 17:38:04
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5277 Modified Files: Makefile Log Message: Avoid non-POSIX option of cp (-a). Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.156 retrieving revision 1.157 diff -C2 -d -r1.156 -r1.157 *** Makefile 4 Jan 2005 18:20:55 -0000 1.156 --- Makefile 7 Feb 2005 17:37:54 -0000 1.157 *************** *** 167,171 **** src/nice/tools/{code/*.java,util/JDK.java} $(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 --- 167,171 ---- src/nice/tools/{code/*.java,util/JDK.java} $(JAVAC_GENERIC) -d classes-inline stdlib/nice/lang/inline/*.java ! cp -R -p 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 |