changeset in /hg/icedtea: 2007-12-13 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Wed Jan 16 07:09:39 PST 2008
changeset ee3fcf5c16eb in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=ee3fcf5c16eb
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 4a8c55ee4cfd -r ee3fcf5c16eb 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 4a8c55ee4cfd -r ee3fcf5c16eb Makefile.am
--- a/Makefile.am Thu Dec 13 11:01:59 2007 -0500
+++ b/Makefile.am Thu Dec 13 11:47:07 2007 -0500
@@ -253,7 +253,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 4a8c55ee4cfd -r ee3fcf5c16eb Makefile.in
--- a/Makefile.in Thu Dec 13 11:01:59 2007 -0500
+++ b/Makefile.in Thu Dec 13 11:47:07 2007 -0500
@@ -679,7 +679,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