summaryrefslogtreecommitdiffstats
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-24 21:48:01 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-24 21:48:01 +0000
commitfe2e6f1064cfc6f2eb6f36a7ed99d33f566a064f (patch)
tree03525d17bfad3646ca754934bf739cde1ad11e1e /Makefile.libcompat
parentdfa2acdc8249aebdb00d24a0bd149b416b407320 (diff)
downloadFreeBSD-src-fe2e6f1064cfc6f2eb6f36a7ed99d33f566a064f.zip
FreeBSD-src-fe2e6f1064cfc6f2eb6f36a7ed99d33f566a064f.tar.gz
Explicit 'make obj' for library dirs in build32 is not needed.
In r138291 some directories were explicitly made to run 'make obj', but each target in 'make libraries' already runs 'make obj' for each library since r161580. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 8a336b9..d2c90d0 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -125,9 +125,6 @@ build${libcompat}: .PHONY
${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} DIRPRFX=${_dir}/ ${_t}
.endfor
.endfor
-.for _dir in usr.bin/lex/lib
- ${_+_}cd ${.CURDIR}/${_dir}; ${LIBCOMPATWMAKE} DIRPRFX=${_dir}/ obj
-.endfor
.for _dir in lib/ncurses/ncurses lib/ncurses/ncursesw lib/libmagic
${_+_}cd ${.CURDIR}/${_dir}; \
WORLDTMP=${WORLDTMP} \
OpenPOWER on IntegriCloud