6695777: Queens.class should be built from source, not put in source repo
authorohair
Thu Jul 03 10:46:50 2008 -0700 (16 months ago)
changeset 236551f4309f476
parent 23572c3e8693c9a
child 238b21425229e0b
6695777: Queens.class should be built from source, not put in source repo
Reviewed-by: kvn
make/linux/Queens.class
make/linux/makefiles/buildtree.make
make/solaris/Queens.class
make/solaris/makefiles/buildtree.make
--- a/make/linux/makefiles/buildtree.make Wed Jul 02 15:38:47 2008 -0400
+++ b/make/linux/makefiles/buildtree.make Thu Jul 03 10:46:50 2008 -0700
@@ -328,7 +328,7 @@ WRONG_DATA_MODE_MSG = \
WRONG_DATA_MODE_MSG = \
echo "JAVA_HOME must point to $(DATA_MODE)bit JDK."
-test_gamma: $(BUILDTREE_MAKE)
+test_gamma: $(BUILDTREE_MAKE) $(GAMMADIR)/make/test/Queens.java
@echo Creating $@ ...
$(QUIETLY) ( \
echo '#!/bin/sh'; \
@@ -339,7 +339,8 @@ test_gamma: $(BUILDTREE_MAKE)
echo "then"; \
echo " $(WRONG_DATA_MODE_MSG); exit 0;"; \
echo "fi"; \
- echo 'CLASSPATH="$(GAMMADIR)/make/$(OS_FAMILY):$$CLASSPATH"'; \
+ echo "rm -f Queens.class"; \
+ echo "\$${JAVA_HOME}/bin/javac -d . $(GAMMADIR)/make/test/Queens.java"; \
echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \
echo './$${gamma:-gamma} $(TESTFLAGS) Queens < /dev/null'; \
) > $@
--- a/make/solaris/makefiles/buildtree.make Wed Jul 02 15:38:47 2008 -0400
+++ b/make/solaris/makefiles/buildtree.make Thu Jul 03 10:46:50 2008 -0700
@@ -340,7 +340,7 @@ WRONG_DATA_MODE_MSG = \
WRONG_DATA_MODE_MSG = \
echo "JAVA_HOME must point to $(DATA_MODE)bit JDK."
-test_gamma: $(BUILDTREE_MAKE)
+test_gamma: $(BUILDTREE_MAKE) $(GAMMADIR)/make/test/Queens.java
@echo Creating $@ ...
$(QUIETLY) ( \
echo '#!/bin/ksh'; \
@@ -351,7 +351,8 @@ test_gamma: $(BUILDTREE_MAKE)
echo "then"; \
echo " $(WRONG_DATA_MODE_MSG); exit 0;"; \
echo "fi"; \
- echo 'CLASSPATH="$(GAMMADIR)/make/$(OS_FAMILY):$$CLASSPATH"'; \
+ echo "rm -f Queens.class"; \
+ echo "\$${JAVA_HOME}/bin/javac -d . $(GAMMADIR)/make/test/Queens.java"; \
echo '[ -f gamma_g ] && { gamma=gamma_g; }'; \
echo './$${gamma:-gamma} $(TESTFLAGS) Queens < /dev/null'; \
) > $@
Binary file make/linux/Queens.class has changed
Binary file make/solaris/Queens.class has changed