Hookup mkcsmapper_static and mkesdb_static for all but install.
These are only handled as 'build-tools' in Makefile.inc1. This causes 'make clean' from the top of the tree to not clean the directories. It also effectively has kept them disconnected and risks them bitrotting. The buildworld process never cleans them either. Connect them so they will always be built, cleaned, etc, but never installed. Discussed with: imp (briefly) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5a1af1a0ac
commit
cfac01438a
@ -401,6 +401,13 @@ SUBDIR+= who
|
||||
SUBDIR+= svn
|
||||
.endif
|
||||
|
||||
# These are normally only handled for build-tools. Connect them for
|
||||
# all but installing to keep them reasonably connected.
|
||||
.if !make(install)
|
||||
SUBDIR+= mkcsmapper_static
|
||||
SUBDIR+= mkesdb_static
|
||||
.endif
|
||||
|
||||
.include <bsd.arch.inc.mk>
|
||||
|
||||
SUBDIR:= ${SUBDIR:O}
|
||||
|
Loading…
Reference in New Issue
Block a user