This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Pr libc/1421: tdlib test fails if {srcdir}/stdlib not writable


>>>>> Andreas Schwab writes:

AS> This does not much sense.  Either you use the *.args file or the *-ARGS
AS> variable.  Using both only adds confusion.

That's what I wanted to do in a second step but perhaps my proposal in
the first email wasn't clear enough. I'd like to remove these two
rules:
$(objpfx)%.out: %.args $(objpfx)% %.input
	$($*-ENV) $(built-program-cmd) $($*-ARGS) `cat $(word 1,$^)` < $(word 3,$^) > $@
$(objpfx)%.out: %.args $(objpfx)%
	$($*-ENV) $(built-program-cmd) $($*-ARGS) `cat $(word 1,$^)` > $@

and add the contents of the two .args files to the Makefile.

But I first wanted to hear if this if the change is ok in general.
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]