changeset in /hg/icedtea6: 2008-10-20 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Mon Oct 20 09:35:59 PDT 2008
changeset 7c8cf9c74cfa in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7c8cf9c74cfa
description:
2008-10-20 Lillian Angel <langel at redhat.com>
* Makefile.am: Changed all instances of $(srcdir) to
$(abs_top_srcdir).
diffstat:
2 files changed, 12 insertions(+), 7 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 14 +++++++-------
diffs (62 lines):
diff -r 0a1e75999e5a -r 7c8cf9c74cfa ChangeLog
--- a/ChangeLog Mon Oct 20 16:05:49 2008 +0100
+++ b/ChangeLog Mon Oct 20 12:35:54 2008 -0400
@@ -1,3 +1,8 @@ 2008-10-20 Andrew John Hughes <gnu_and
+2008-10-20 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Changed all instances of $(srcdir) to
+ $(abs_top_srcdir).
+
2008-10-20 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r 0a1e75999e5a -r 7c8cf9c74cfa Makefile.am
--- a/Makefile.am Mon Oct 20 16:05:49 2008 +0100
+++ b/Makefile.am Mon Oct 20 12:35:54 2008 -0400
@@ -30,7 +30,7 @@ endif
if ENABLE_PULSE_JAVA
# include the makefile in pulseaudio subdir
-PULSE_JAVA_DIR = $(srcdir)/pulseaudio
+PULSE_JAVA_DIR = $(abs_top_srcdir)/pulseaudio
PULSE_JAVA_NATIVE_SRCDIR = $(PULSE_JAVA_DIR)/src/native
PULSE_JAVA_JAVA_SRCDIR = $(PULSE_JAVA_DIR)/src/java
PULSE_JAVA_CLASS_DIR = $(abs_top_builddir)/pulseaudio
@@ -557,7 +557,7 @@ stamps/extract.stamp: stamps/download.st
mkdir openjdk ; \
$(TAR) xf $(OPENJDK_SRC_ZIP) -C openjdk; \
chmod -R ug+w openjdk ; \
- sh $(srcdir)/fsg.sh ; \
+ sh $(abs_top_srcdir)/fsg.sh ; \
fi
if WITH_CACAO
if !USE_SYSTEM_CACAO
@@ -633,14 +633,14 @@ stamps/patch.stamp: stamps/patch-fsg.sta
exit 2; \
fi ; \
if [ -e $(abs_top_srcdir)/.hg ] && which $(HG) >/dev/null; then \
- revision="-r`(cd $(srcdir); $(HG) tip --template '{rev}')`" ; \
+ revision="-r`(cd $(abs_top_srcdir); $(HG) tip --template '{rev}')`" ; \
fi ; \
icedtea_version="$(PACKAGE_VERSION)$${revision}" ; \
sed -i "s#IcedTea6#IcedTea6 $${icedtea_version}#" openjdk/jdk/make/common/shared/Defs.gmk
if ENABLE_PLUGIN
- cp -a $(srcdir)/plugin/icedtea/sun/applet/*java openjdk/jdk/src/share/classes/sun/applet/
- cp -a $(srcdir)/plugin/icedtea/netscape rt/
+ cp -a $(abs_top_srcdir)/plugin/icedtea/sun/applet/*java openjdk/jdk/src/share/classes/sun/applet/
+ cp -a $(abs_top_srcdir)/plugin/icedtea/netscape rt/
endif
clean-patch:
@@ -1534,8 +1534,8 @@ stamps/jtreg.stamp: stamps/icedtea.stamp
rm -rf test/jtreg/classes
mkdir -p test/jtreg/classes
$(ICEDTEA_BOOT_DIR)/bin/javac -g -d test/jtreg/classes -source 1.5 \
- -encoding iso-8859-1 `find $(srcdir)/test/jtreg/com -name '*.java'`
- (cd $(srcdir)/test/jtreg; \
+ -encoding iso-8859-1 `find $(abs_top_srcdir)/test/jtreg/com -name '*.java'`
+ (cd $(abs_top_srcdir)/test/jtreg; \
$(ICEDTEA_BOOT_DIR)/bin/jar cfm $(abs_top_builddir)/test/jtreg.jar \
META-INF/MANIFEST.MF \
legal README JavaTest.cmdMgrs.lst JavaTest.toolMgrs.lst \
More information about the distro-pkg-dev
mailing list