Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv11724/debian
Modified Files:
rules
Log Message:
Make sure kaffe and jikes are just, and not a arbitrary programs chosen by the
alternatives system.
Index: rules
===================================================================
RCS file: /cvsroot/nice/Nice/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rules 19 Apr 2003 13:39:11 -0000 1.5
--- rules 12 Nov 2003 21:27:29 -0000 1.6
***************
*** 24,28 ****
# Ask javac to produce optimized code, but no debugging info
# so that the package is smaller.
! $(MAKE) complete JAVAC_FLAGS="-O"
#/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
|