summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.subdir.mk
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-24 11:26:19 +0000
committerru <ru@FreeBSD.org>2002-04-24 11:26:19 +0000
commitf92f3e5ed1e887f7f2afc3733747f62b2b781b2e (patch)
treeb89e723a9364853ae305f5a55acba123eb42b5f9 /share/mk/bsd.subdir.mk
parent8e350a78b11b1b665281dd759b4804f22545895c (diff)
downloadFreeBSD-src-f92f3e5ed1e887f7f2afc3733747f62b2b781b2e.zip
FreeBSD-src-f92f3e5ed1e887f7f2afc3733747f62b2b781b2e.tar.gz
The install.debug and reinstall.debug targets are needed solely
to build kernel and kernel modules so stop supporting them in bsd.subdir.mk and reimplement them in kern.post.mk and kmod.mk as special versions of the install and reinstall targets, and only define them if DEBUG is also defined (when debug versions are really built). Prompted by: bde
Diffstat (limited to 'share/mk/bsd.subdir.mk')
-rw-r--r--share/mk/bsd.subdir.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 5ec5458..16e8704 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -58,8 +58,7 @@ ${SUBDIR}::
.for __target in all all-man checkdpadd clean cleandepend cleandir depend lint \
- obj objlink realinstall regress tags \
- install.debug reinstall.debug
+ obj objlink realinstall regress tags
${__target}: _SUBDIR
.endfor
OpenPOWER on IntegriCloud