5fe8eb9bc1
classes.jsa generation at the last possible moment, in the INSTALL script. (Somewhere in the generated file is a hash of the pathname used to generate it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
6 lines
157 B
Cheetah
6 lines
157 B
Cheetah
# $NetBSD: DEINSTALL.tmpl,v 1.1 2004/10/09 04:19:10 tv Exp $
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${RM} -f @JAVA_HOME@/lib/@MACHINE_ARCH@/client/classes.jsa;;
|
|
esac
|