PATCH: makefile support for BP tests

Andreas Schwab schwab@suse.de
Wed Jul 26 03:26:00 GMT 2000


Greg McGary <greg@mcgary.org> writes:

|> +built-program-cmd = $(if $(filter-out %-bp,$(built-program-file)),$(run-program-prefix)) \

$(if ...) is a recent addition to GNU make (version 3.78), so you should
either update the version checks or rewrite this so that it works with
version 3.75 (the earliest we currently require).

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-hacker mailing list