* [PATCH] byacc: fix potential parallel build issue
@ 2013-01-09 12:45 Bogdan Marinescu
2013-01-09 12:49 ` Marinescu, Bogdan A
2013-01-21 21:10 ` Andy Wingo
0 siblings, 2 replies; 3+ messages in thread
From: Bogdan Marinescu @ 2013-01-09 12:45 UTC (permalink / raw)
To: guile-devel
Add explicit dependency for libpath.h on dynl.x which fixes a potential parallel build issue. The other file that includes libguile/libpath.h (libguile/load.c) already has an explicit dependency on libpath.h
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index e216435..016bd90 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -700,6 +700,7 @@ $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): scmconfig.h snarf.h guile-snarf-docs.in
error.x: cpp-E.c
posix.x: cpp-SIG.c
load.x: libpath.h
+dynl.x: libpath.h
alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] byacc: fix potential parallel build issue
2013-01-09 12:45 [PATCH] byacc: fix potential parallel build issue Bogdan Marinescu
@ 2013-01-09 12:49 ` Marinescu, Bogdan A
2013-01-21 21:10 ` Andy Wingo
1 sibling, 0 replies; 3+ messages in thread
From: Marinescu, Bogdan A @ 2013-01-09 12:49 UTC (permalink / raw)
To: guile-devel
[-- Attachment #1: Type: text/plain, Size: 903 bytes --]
Errr. Sorry about the "byacc" prefix. Copy/paste error.
Thanks,
BogdanM
On Wed, Jan 9, 2013 at 2:45 PM, Bogdan Marinescu <
bogdan.a.marinescu@intel.com> wrote:
> Add explicit dependency for libpath.h on dynl.x which fixes a potential
> parallel build issue. The other file that includes libguile/libpath.h
> (libguile/load.c) already has an explicit dependency on libpath.h
>
> diff --git a/libguile/Makefile.am b/libguile/Makefile.am
> index e216435..016bd90 100644
> --- a/libguile/Makefile.am
> +++ b/libguile/Makefile.am
> @@ -700,6 +700,7 @@ $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): scmconfig.h
> snarf.h guile-snarf-docs.in
> error.x: cpp-E.c
> posix.x: cpp-SIG.c
> load.x: libpath.h
> +dynl.x: libpath.h
>
> alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES)
> snarf2checkedtexi = GUILE_AUTO_COMPILE=0
> $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi
>
>
[-- Attachment #2: Type: text/html, Size: 1304 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] byacc: fix potential parallel build issue
2013-01-09 12:45 [PATCH] byacc: fix potential parallel build issue Bogdan Marinescu
2013-01-09 12:49 ` Marinescu, Bogdan A
@ 2013-01-21 21:10 ` Andy Wingo
1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2013-01-21 21:10 UTC (permalink / raw)
To: Bogdan Marinescu; +Cc: guile-devel
On Wed 09 Jan 2013 13:45, Bogdan Marinescu <bogdan.a.marinescu@intel.com> writes:
> Add explicit dependency for libpath.h on dynl.x which fixes a potential
> parallel build issue. The other file that includes libguile/libpath.h
> (libguile/load.c) already has an explicit dependency on libpath.h
Applied, thanks.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-21 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 12:45 [PATCH] byacc: fix potential parallel build issue Bogdan Marinescu
2013-01-09 12:49 ` Marinescu, Bogdan A
2013-01-21 21:10 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).