DragonFly-2.1.1.502.gcc55a DragonFly_RELEASE_2_2 nrelease Makefile
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed Feb  4 21:08:41 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