[PATCH] fix dependencies for stamps/extract-jamvm.stamp
Michal Vyskocil
mvyskocil at suse.cz
Mon Sep 24 03:55:21 PDT 2012
On Thu, Sep 20, 2012 at 11:00:21AM -0400, Andrew Hughes wrote:
> ----- 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.
Hallo Andrew,
sorry I did not post the repo name - the patch is against icedtea7
Looking at web interface, it's still here
http://icedtea.classpath.org/hg/icedtea7/file/b374a4e01497/Makefile.am
Regards
Michal Vyskocil
More information about the distro-pkg-dev
mailing list