"make dist" rebuilds everything

Andrew Haley aph at redhat.com
Tue Nov 1 07:41:47 PDT 2011


"make dist" in icedtea6 HEAD rebuilds everything because it has "jtreg"
as a dependency.  The problem is that "jtreg" is both the name of a
directory and a make target.  One of them should perhaps be renamed.

OK to apply?

Andrew.


2011-11-01  Andrew Haley  <aph at redhat.com>

	* Makefile.am (JTREG_SRCS): Add '/' to force JTREG_SRCS to be a
	dir.

diff -r 0d4f47d2edbf Makefile.am
--- a/Makefile.am	Mon Oct 31 11:57:33 2011 -0400
+++ b/Makefile.am	Tue Nov 01 14:38:12 2011 +0000
@@ -193,7 +193,7 @@
 # Sources list

 REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
-JTREG_SRCS = $(top_srcdir)/jtreg
+JTREG_SRCS = $(top_srcdir)/jtreg/

 # Patch list




More information about the distro-pkg-dev mailing list