Follow-up r290423: Don't use CSH for buildenv shell.
It does not properly import PATH; the PATH is reset by included profile files on startup which breaks the biggest feature of buildenv (using sysrooted cc from WORLDTMP) Spotted by: smh, kib Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ee6b38d384
commit
37ded2a72c
@ -146,7 +146,11 @@ CLEANDIR= cleandir
|
|||||||
LOCAL_TOOL_DIRS?=
|
LOCAL_TOOL_DIRS?=
|
||||||
PACKAGEDIR?= ${DESTDIR}/${DISTDIR}
|
PACKAGEDIR?= ${DESTDIR}/${DISTDIR}
|
||||||
|
|
||||||
|
.if empty(SHELL:M*csh*)
|
||||||
BUILDENV_SHELL?=${SHELL}
|
BUILDENV_SHELL?=${SHELL}
|
||||||
|
.else
|
||||||
|
BUILDENV_SHELL?=/bin/sh
|
||||||
|
.endif
|
||||||
|
|
||||||
SVN?= /usr/local/bin/svn
|
SVN?= /usr/local/bin/svn
|
||||||
SVNFLAGS?= -r HEAD
|
SVNFLAGS?= -r HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user