public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ylwrap autofoo fun
@ 2004-11-21 23:37 Robert Connolly
  2004-11-22  0:27 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Connolly @ 2004-11-21 23:37 UTC (permalink / raw)
  To: binutils

When I patch ld/{configure.in,Makefile.am} I run:
cd ld &&
aclocal -I ../config &&
autoconf &&
autoheader &&
automake -a

after, and all seems well. However what was previously:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) 
$(YFLAGS)

becomes:
$(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
$(YACCCOMPILE)

in ld/Makefile, and this of course causes a failure to make because things are 
out of order.

What is the correct way to reconfigure?

robert

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ylwrap autofoo fun
  2004-11-21 23:37 ylwrap autofoo fun Robert Connolly
@ 2004-11-22  0:27 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2004-11-22  0:27 UTC (permalink / raw)
  To: Robert Connolly; +Cc: binutils

On Sun, Nov 21, 2004 at 06:37:50PM -0500, Robert Connolly wrote:
> When I patch ld/{configure.in,Makefile.am} I run:
> cd ld &&
> aclocal -I ../config &&
> autoconf &&
> autoheader &&
> automake -a
> 
> after, and all seems well. However what was previously:
> $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) 
> $(YFLAGS)
> 
> becomes:
> $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
> $(YACCCOMPILE)
> 
> in ld/Makefile, and this of course causes a failure to make because things are 
> out of order.
> 
> What is the correct way to reconfigure?

Use the same versions of the autotools that were previously used.  I'm
going to move all of src/ to the new ylwrap someday, but I haven't had
the time.

-- 
Daniel Jacobowitz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-22  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-21 23:37 ylwrap autofoo fun Robert Connolly
2004-11-22  0:27 ` Daniel Jacobowitz

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).