[Nice-commit] Nice/debian rules,1.6,1.7
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-19 01:18:29
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv22158/debian Modified Files: rules Log Message: Correctly set the jvm and java compiler. Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** rules 12 Nov 2003 21:27:29 -0000 1.6 --- rules 19 Nov 2003 01:18:26 -0000 1.7 *************** *** 24,28 **** # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" JAVA="kaffe" JAVAC="jikes-classpath" #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 24,28 ---- # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath" #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 |