changeset in /hg/icedtea: 2007-12-13 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Thu Dec 13 08:48:27 PST 2007
changeset 4348cf41f464 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4348cf41f464
description:
2007-12-13 Lillian Angel <langel at redhat.com>
* Makefile.am
(stamps/clone-ecj.stamp): Added -l option to cp. Saves space and time.
* Makefile.in: Regenerate.
diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
Makefile.in | 2 +-
diffs (37 lines):
diff -r 5a1b5513f90a -r 4348cf41f464 ChangeLog
--- a/ChangeLog Thu Dec 13 11:01:59 2007 -0500
+++ b/ChangeLog Thu Dec 13 11:47:07 2007 -0500
@@ -1,3 +1,9 @@ 2007-12-13 Gary Benson <gbenson at redhat
+2007-12-13 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (stamps/clone-ecj.stamp): Added -l option to cp. Saves space and time.
+ * Makefile.in: Regenerate.
+
2007-12-13 Gary Benson <gbenson at redhat.com>
* contrib/templater/generate.py (preprocess): Remove a PPCism.
diff -r 5a1b5513f90a -r 4348cf41f464 Makefile.am
--- a/Makefile.am Thu Dec 13 11:01:59 2007 -0500
+++ b/Makefile.am Thu Dec 13 11:47:07 2007 -0500
@@ -229,7 +229,7 @@ clean-patch:
# Copy over OpenJDK sources for ecj.
stamps/clone-ecj.stamp: stamps/patch.stamp
if ! test -d openjdk-ecj ; then \
- cp -a openjdk openjdk-ecj ; \
+ cp -al openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/clone-ecj.stamp
diff -r 5a1b5513f90a -r 4348cf41f464 Makefile.in
--- a/Makefile.in Thu Dec 13 11:01:59 2007 -0500
+++ b/Makefile.in Thu Dec 13 11:47:07 2007 -0500
@@ -730,7 +730,7 @@ clean-patch:
# Copy over OpenJDK sources for ecj.
stamps/clone-ecj.stamp: stamps/patch.stamp
if ! test -d openjdk-ecj ; then \
- cp -a openjdk openjdk-ecj ; \
+ cp -al openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/clone-ecj.stamp
More information about the distro-pkg-dev
mailing list