mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-27 15:30:19 +02:00
* Makefile.am (.c.x): don't prefix ".:" to $PATH when running
guile-doc-snarf. it doesn't seem to do anything useful, but would fail if $PATH contained whitespace. Thanks to Lars J. Aas.
This commit is contained in:
parent
8dc9439fc6
commit
fc40e1fd21
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-11-18 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* Makefile.am (.c.x): don't prefix ".:" to $PATH when running
|
||||
guile-doc-snarf. it doesn't seem to do anything useful, but would
|
||||
fail if $PATH contained whitespace. Thanks to Lars J. Aas.
|
||||
|
||||
2000-11-17 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
||||
|
|
|
@ -182,10 +182,10 @@ libpath.h: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|||
|
||||
SUFFIXES = .x .doc
|
||||
.c.x:
|
||||
PATH=.:${PATH} ./guile-doc-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
||||
./guile-doc-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|
||||
|| { rm $@; false; }
|
||||
.x.doc:
|
||||
PATH=.:${PATH} ./guile-doc-snarf $(srcdir)/$*.c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(srcdir)/$*.c > /dev/null \
|
||||
./guile-doc-snarf $(srcdir)/$*.c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(srcdir)/$*.c > /dev/null \
|
||||
|| { rm $@; false; }
|
||||
|
||||
error.x: cpp_err_symbols.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue