changeset in /hg/icedtea: 2007-12-10 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:34 PST 2008
changeset 367364120193 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=367364120193
description:
2007-12-10 Lillian Angel <langel at redhat.com>
* Makefile.am: Fixed update target to create stamp.
* Makefile.in: Regenerate.
diffstat:
2 files changed, 20 insertions(+), 8 deletions(-)
Makefile.am | 16 +++++++++++-----
Makefile.in | 12 +++++++++---
diffs (115 lines):
diff -r 7268e53075b4 -r 367364120193 Makefile.am
--- a/Makefile.am Mon Dec 10 11:23:44 2007 -0500
+++ b/Makefile.am Mon Dec 10 11:46:42 2007 -0500
@@ -18,7 +18,7 @@ install:
install:
.PHONY: \
- env env-ecj snapshot clean-clone clean-clone clean-patch \
+ env env-ecj snapshot clean-clone clean-update clean-patch \
clean-clone-ecj clean-patch-ecj clean-bootstrap-directory \
clean-bootstrap-directory-symlink clean-bootstrap-directory-ecj \
clean-bootstrap-directory-symlink-ecj icedtea icedtea-debug \
@@ -132,7 +132,7 @@ clean-clone:
rm -f stamps/clone.stamp
rm -rf openjdk
-update:
+stamps/update.stamp:
if test -d openjdk ; \
then \
cd openjdk; \
@@ -140,6 +140,10 @@ update:
hg fupdate; \
cd ..; \
fi
+ touch stamps/update.stamp
+
+clean-update:
+ rm -f stamps/update.stamp
# Link ports sources into tree
stamps/ports.stamp: stamps/clone.stamp
@@ -212,7 +216,7 @@ ICEDTEA_PATCHES += \
patches/icedtea-cacao-jvm-cfg.patch
endif
-stamps/patch.stamp: stamps/clone.stamp update
+stamps/patch.stamp: stamps/clone.stamp stamps/update.stamp
for p in $(ICEDTEA_PATCHES) ; \
do \
echo Checking $$p ; \
@@ -416,7 +420,7 @@ endif
# If you change anything here in the icedtea target, please make sure
# you change it in the icedtea-debug target as well.
-icedtea: update stamps/tools.stamp stamps/plugs.stamp \
+icedtea: stamps/update.stamp stamps/tools.stamp stamps/plugs.stamp \
stamps/ports.stamp stamps/patch.stamp gcjwebplugin.so
$(MAKE) \
$(ICEDTEA_ENV) \
@@ -427,7 +431,7 @@ icedtea: update stamps/tools.stamp stamp
$(BUILD_OUTPUT_DIR)/j2re-image/lib/$(INSTALL_ARCH_DIR)
@echo "IcedTea is served:" $(BUILD_OUTPUT_DIR)
-icedtea-debug: update stamps/bootstrap-directory-symlink.stamp \
+icedtea-debug: stamps/update.stamp stamps/bootstrap-directory-symlink.stamp \
stamps/tools.stamp stamps/plugs.stamp \
stamps/ports.stamp stamps/patch.stamp gcjwebplugin.so
$(MAKE) \
@@ -692,3 +696,5 @@ tools-copy-source-files: stamps/tools-co
tools-copy-source-files: stamps/tools-copy-source-files.stamp
tools: stamps/tools.stamp
+
+update: stamps/update.stamp
diff -r 7268e53075b4 -r 367364120193 Makefile.in
--- a/Makefile.in Mon Dec 10 11:23:44 2007 -0500
+++ b/Makefile.in Mon Dec 10 11:46:42 2007 -0500
@@ -591,7 +591,7 @@ install:
install:
.PHONY: \
- env env-ecj snapshot clean-clone clean-clone clean-patch \
+ env env-ecj snapshot clean-clone clean-update clean-patch \
clean-clone-ecj clean-patch-ecj clean-bootstrap-directory \
clean-bootstrap-directory-symlink clean-bootstrap-directory-ecj \
clean-bootstrap-directory-symlink-ecj icedtea icedtea-debug \
@@ -622,7 +622,7 @@ clean-clone:
rm -f stamps/clone.stamp
rm -rf openjdk
-update:
+stamps/update.stamp:
if test -d openjdk ; \
then \
cd openjdk; \
@@ -630,6 +630,10 @@ update:
hg fupdate; \
cd ..; \
fi
+ touch stamps/update.stamp
+
+clean-update:
+ rm -f stamps/update.stamp
# Link ports sources into tree
stamps/ports.stamp: stamps/clone.stamp
@@ -643,7 +647,7 @@ stamps/ports.stamp: stamps/clone.stamp
mkdir -p stamps
touch stamps/ports.stamp
-stamps/patch.stamp: stamps/clone.stamp update
+stamps/patch.stamp: stamps/clone.stamp stamps/update.stamp
for p in $(ICEDTEA_PATCHES) ; \
do \
echo Checking $$p ; \
@@ -1074,6 +1078,8 @@ tools-copy-source-files: stamps/tools-co
tools-copy-source-files: stamps/tools-copy-source-files.stamp
tools: stamps/tools.stamp
+
+update: stamps/update.stamp
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
More information about the distro-pkg-dev
mailing list