DragonFly-2.1.1.502.gcc55a master nrelease Makefile

Simon Schubert corecode at crater.dragonflybsd.org
Wed Feb 4 14:51:38 PST 2009


commit cc55a235f4fff42e1a1e0e06581e495355511783
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Wed Feb 4 23:17:54 2009 +0100

    nrelease: prevent leaking of env vars into pkgsrc build
    
    At least TARGET_ARCH, which is used by the release build, is causing
    havoc for packages built by gmake, as gmake appends ${TARGET_ARCH} to
    the ${COMPILE.c} compiler command line.
    To be on the safe side, clear the environment completely when calling
    into the pkgsrc build.

Summary of changes:
 nrelease/Makefile |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cc55a235f4fff42e1a1e0e06581e495355511783


-- 
DragonFly BSD source repository





More information about the Commits mailing list