DragonFly commits List (threaded) for 2009-02
DragonFly BSD
DragonFly commits List (threaded) for 2009-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.502.gcc55a master nrelease Makefile


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Feb 2009 14:51:18 -0800 (PST)

commit cc55a235f4fff42e1a1e0e06581e495355511783
Author: Simon Schubert <corecode@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]