From 37a8c977c48edb393c9e3d5b9afedeb36e5dff8c Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 24 Mar 2016 21:48:01 +0000 Subject: [PATCH] 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 --- Makefile.libcompat | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index 8a336b9d5997..d2c90d027e90 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} \