[PATCH] fix dependencies for stamps/extract-jamvm.stamp

Andrew Hughes ahughes at redhat.com
Thu Sep 20 08:00:21 PDT 2012


----- Original Message -----
> 
> The stamps/download-jamvm.stamp must be called before extract-jamvm,
> otherwise the tar xf $(JAMVM_SRC_ZIP) might get a wrong path.
> 
> diff -r 2eb479d57f25 -r f6ca0873f6b5 ChangeLog
> --- a/ChangeLog	Wed Sep 05 11:41:19 2012 +0200
> +++ b/ChangeLog	Mon Sep 17 16:09:42 2012 +0200
> @@ -1,3 +1,9 @@
> +2012-09-17  Michal Vyskocil <mvyskocil at suse.com>
> +
> +	* Makefile.am:
> +	(stamps/extract-jamvm.stamp): Depends on
> stamps/download-jamvm.stamp.
> +	Fix the dependency problem on JamVM build.
> +
>  2012-09-05  Matthias Klose  <doko at ubuntu.com>
>  
>  	 configure.ac: Remove the Xp header and library checks.
> diff -r 2eb479d57f25 -r f6ca0873f6b5 Makefile.am
> --- a/Makefile.am	Wed Sep 05 11:41:19 2012 +0200
> +++ b/Makefile.am	Mon Sep 17 16:09:42 2012 +0200
> @@ -1285,7 +1285,7 @@
>  clean-extract-cacao: clean-cacao
>  	rm -f stamps/extract-cacao.stamp
>  
> -stamps/extract-jamvm.stamp:
> +stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
>  if BUILD_JAMVM
>  	set -e ; \
>  	if ! test -d jamvm ; \
> 

Which tree is this?  I didn't see an issue in IcedTea6 when I was working
on it yesterday.
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07




More information about the distro-pkg-dev mailing list