autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel make bug


From: Eric Blake
Subject: parallel make bug
Date: Thu, 24 May 2007 06:50:05 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

With make -j2, after bin/autom4te.in has been edited, I got this failure:

/bin/sh: ../bin/autom4te: No such file or directory
make[1]: *** [autoconf.in] Error 127
make[1]: *** Waiting for unfinished jobs....

Is this patch correct for installation?  I tested with an in-tree build,
so I'm a bit worried that I may have missed a VPATH subtlety.

2007-05-24  Eric Blake  <address@hidden>

        * bin/Makefile.am (autoconf.in): Depend on autom4te.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGVYn884KuGfSFAYARAqFbAJ0eDHWI/ve1GigsoXTZnLIkvbU0ggCeNFFU
DQmoTx+IsZ/LM5zCsG8ftFM=
=NAiP
-----END PGP SIGNATURE-----
Index: bin/Makefile.am
===================================================================
RCS file: /sources/autoconf/autoconf/bin/Makefile.am,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile.am
--- bin/Makefile.am     4 Jan 2007 16:43:06 -0000       1.29
+++ bin/Makefile.am     24 May 2007 12:48:27 -0000
@@ -58,7 +58,7 @@ edit = sed \
 # FIXME: this target should depend on the frozen files below lib/m4sugar,
 # otherwise autom4te may pick up a frozen m4sh.m4f from an earlier
 # installation below the same $(prefix); work around this with --melt.
-autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
+autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies) autom4te
        $(MY_AUTOM4TE) --language M4sh --cache '' --melt $(srcdir)/autoconf.as 
-o $@
 
 ## All the scripts depend on Makefile so that they are rebuilt when the

reply via email to

[Prev in Thread] Current Thread [Next in Thread]