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

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