NetBSD-Bugs archive

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

PR/39361 CVS commit: src



The following reply was made to PR toolchain/39361; it has been noted by GNATS.

From: Luke Mewburn <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39361 CVS commit: src
Date: Sat, 16 Aug 2008 00:10:04 +0000 (UTC)

 Module Name:   src
 Committed By:  lukem
 Date:          Sat Aug 16 00:10:04 UTC 2008
 
 Modified Files:
        src: build.sh
 
 Log Message:
 Determine top-level objdir from the environment $MAKEOBJDIRPREFIX early on,
 and store in the (non-exported) $TOP_objdir.
 (We can't do the same for the environment $MAKEOBJDIR since it may contain
 make(1) expressions that aren't easily parseable by sh(1))
 Remember appropriate variations of '-M modp' and '-O mod' in $TOP_objdir
 (replacing $makeobjdir misuse).
 Use $TOP_objdir when trying to guess the TOOLDIR,
 and when detecting if the top-level objdir needs to be created.
 Fixes problems observed when testing fixes for PR 39360 and 39361.
 
 Fix the TOOLDIR path used when guessing the TOOLDIR.
 PR 39360 from Andrew Cagney <cagney%gnu.org@localhost>
 
 Use stricter result checking from make(1) when guessing the TOOLDIR.
 PR 39361 from Andrew Cagney <cagney%gnu.org@localhost>
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.193 -r1.194 src/build.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index