Pr libc/1421: tdlib test fails if {srcdir}/stdlib not writable
Andreas Schwab
schwab@suse.de
Tue May 16 09:26:00 GMT 2000
Andreas Jaeger <aj@suse.de> writes:
|> ============================================================
|> Index: Rules
|> --- Rules 1999/08/22 16:07:27 1.92
|> +++ Rules 2000/05/16 14:37:02
|> @@ -119,13 +119,13 @@
|> # These are the implicit rules for making test outputs
|> # from the test programs and whatever input files are present.
|> $(objpfx)%.out: %.args $(objpfx)% %.input
|> - $($*-ENV) $(built-program-cmd) `cat $(word 1,$^)` < $(word 3,$^) > $@
|> + $($*-ENV) $(built-program-cmd) $($*-ARGS) `cat $(word 1,$^)` < $(word 3,$^) > $@
|> $(objpfx)%.out: %.args $(objpfx)%
|> - $($*-ENV) $(built-program-cmd) `cat $(word 1,$^)` > $@
|> + $($*-ENV) $(built-program-cmd) $($*-ARGS) `cat $(word 1,$^)` > $@
|> $(objpfx)%.out: %.input $(objpfx)%
|> - $($*-ENV) $(built-program-cmd) < $(word 1,$^) > $@
|> + $($*-ENV) $(built-program-cmd) $($*-ARGS) < $(word 1,$^) > $@
|> $(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence.
|> - $($*-ENV) $(built-program-cmd) > $@
|> + $($*-ENV) $(built-program-cmd) $($*-ARGS) > $@
|> endif # tests
This does not much sense. Either you use the *.args file or the *-ARGS
variable. Using both only adds confusion.
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
More information about the Libc-alpha
mailing list