[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: JAVAC_CLASSPATH
>Craig Milo Rogers wrote:
>> ># some convenience variables
>> >SET_CLASSPATH=-classpath $${JAVAC_CLASSPATH}:${CNF_JAVAC_CLASSPATH}$(JNODEO
S_L
>> IB):${JVMULATION_LIB}:$(TOPDIR)/src
>>
>> The "$$" is suspicious, too, I think.
>
>The $$ is substituted with $ by make, so that ${JAVAC_CLASSPATH}
>effectively becomes an environment variable and not a make-variable.
>It is intentional (thought it might not be the best idea).
Ah, so that's how setting JAVAC_CLASSPATH prior to running
make ends up working:
/nfs/jade/rogers/freebsd/jdk1.1.8/bin/javac -g -classpath ${JAVAC_CLASSPATH}:/nfs/jade/rogers/freebsd/jdk1.1.8/lib/classes.zip:/usr/local/share/apache/htdocs/ANTS/ants-2.0.0/lib/jnodeos-pj-debug.zip:/usr/local/share/apache/htdocs/ANTS/ants-2.0.0/lib/emuJanosVM.jar:/usr/local/share/apache/htdocs/ANTS/ants-2.0.0/src -d . /usr/local/share/apache/htdocs/ANTS/ants-2.0.0/src/ants/*/*.java /usr/local/share/apache/htdocs/ANTS/ants-2.0.0/src/ants/*/*/*.java
Craig Milo Rogers
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah