]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Unified - Add the build.info command OVERRIDE, to avoid build file clashes
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Mar 2016 13:50:37 +0000 (14:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Mar 2016 17:25:56 +0000 (18:25 +0100)
commit8a67946e5bf1cd0fe0020e0f28cbf84642ec4132
treea2f373de456e3ad20abbe6ce7d426c4e0a76e3f2
parent66ddf178b4eaac6d65f8ba56821f69b598556cec
Unified - Add the build.info command OVERRIDE, to avoid build file clashes

Should it be needed because the recipes within a RAW section might
clash with those generated by Configure, it's possible to tell it
not to generate them with the use of OVERRIDES, for example:

    SOURCE[libfoo]=foo.c bar.c

    OVERRIDES=bar.o
    BEGINRAW[Makefile(unix)]
    bar.o: bar.c
        $(CC) $(CFLAGS) -DSPECIAL -c -o $@ $<
    ENDRAW[Makefile(unix)]

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/README
Configurations/common.tmpl
Configure