This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: PATCH: makefile support for BP tests


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

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