Skip to content

Commit

Permalink
Remove leftover _LDSCRIPTROOT missed in r297270.
Browse files Browse the repository at this point in the history
Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Apr 5, 2016
1 parent 2388d85 commit 5a410d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ LIBCOMPAT= SOFT

WMAKE= ${WMAKEENV} ${MAKE} ${WORLD_FLAGS} -f Makefile.inc1 DESTDIR=${WORLDTMP}

IMAKEENV= ${CROSSENV:N_LDSCRIPTROOT=*}
IMAKEENV= ${CROSSENV}
IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 \
${IMAKE_INSTALL} ${IMAKE_MTREE}
.if empty(.MAKEFLAGS:M-n)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
MK_TESTS=no
LIBCOMPATWMAKE+= ${LIBCOMPATWMAKEENV} ${MAKE} ${LIBCOMPATWMAKEFLAGS} \
MK_MAN=no MK_HTML=no
LIBCOMPATIMAKE+= ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=*:N_LDSCRIPTROOT=*} \
LIBCOMPATIMAKE+= ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=*} \
MK_TOOLCHAIN=no ${IMAKE_INSTALL} \
-DLIBRARIES_ONLY

Expand Down

0 comments on commit 5a410d3

Please sign in to comment.