ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/Makefile.inc1
(Generate patch)

Comparing trunk/Makefile.inc1 (file contents):
Revision 8026 by laffer1, Thu Sep 15 20:22:57 2016 UTC vs.
Revision 8154 by laffer1, Fri Sep 16 22:22:46 2016 UTC

# Line 169 | Line 169 | OBJTREE=       ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}
169   .endif
170   WORLDTMP=       ${OBJTREE}${.CURDIR}/tmp
171   # /usr/games added for fortune which depend on strfile
172 + .if defined(NO_WORLDTMP)
173 + BPATH=          ${PATH}
174 + .else
175   BPATH=          ${WORLDTMP}/legacy/usr/sbin:${WORLDTMP}/legacy/usr/bin:${WORLDTMP}/legacy/usr/games
176 + .endif
177   XPATH=          ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games
178   STRICTTMPPATH=  ${BPATH}:${XPATH}
179   TMPPATH=        ${STRICTTMPPATH}:${PATH}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines