Fixing some make distcheck issues
Mark Wielaard
mark at klomp.org
Thu Feb 28 01:54:55 PST 2008
Hi,
Since this patch:
http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=f0adf44bfba4
2008-02-27 Joshua Sumali <jsumali at redhat.com>
Francis Kung <fkung at redhat.com>
* Makefile.am:
(tools.stamp): Removed since NetX sources moved from tools/ to rt/
(tools): Likewise.
The tools dir doesn't exist anymore. But it was still listed in
EXTRA_DIST. Which confused the build when doing a make distcheck.
make: *** No rule to make target `tools', needed by `distdir'. Stop.
I removed it (and the no longer used patches/icedtea-plugin.patch), but
don't know whether something else should be in EXTRA_DIST. But maybe it
is completely not needed to add anything of the tools into EXTRA_DIST
because they are all in rt now?
Cheers,
Mark
2008-02-28 Mark Wielaard <mwielaard at redhat.com>
* Makefile.am (EXTRA_DIST): Removed tools and icedtea-plugin.patch.
* Makefile.in: Regenerated.
* .hgignore: Removed tools and tools-source-files.txt.
diff -r 354d8ec8d036 .hgignore
--- a/.hgignore Wed Feb 27 19:10:08 2008 -0500
+++ b/.hgignore Thu Feb 28 10:50:02 2008 +0100
@@ -6,7 +6,6 @@ openjdk
openjdk
bootstrap
lib
-tools
stamps
Makefile
config.log
@@ -17,7 +16,6 @@ IcedTeaPlugin.so
IcedTeaPlugin.so
rt-source-files.txt
hotspot-tools-source-files.txt
-tools-source-files.txt
rt/com/sun/jdi/AbsentInformationException.java
rt/com/sun/jdi/Accessible.java
rt/com/sun/jdi/ArrayReference.java
diff -r 354d8ec8d036 Makefile.am
--- a/Makefile.am Wed Feb 27 19:10:08 2008 -0500
+++ b/Makefile.am Thu Feb 28 10:50:02 2008 +0100
@@ -57,8 +57,8 @@ install:
EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
- tools patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
- patches/icedtea-plugin.patch patches/icedtea-liveconnect.patch \
+ patches/icedtea-gcc-4.3.patch patches/icedtea-always-zero.patch \
+ patches/icedtea-liveconnect.patch \
IcedTeaPlugin.cc patches/icedtea-freetype.patch
# OpenJDK build environment.
More information about the distro-pkg-dev
mailing list