summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-05-15 16:34:44 +0000
committerchristos <christos@NetBSD.org>2020-05-15 16:34:44 +0000
commite073ee1629acd77b57b5a493e9ede0e4758f4638 (patch)
treed81bb6dccd4ef6eb403027c33fa88dbb764ee82b /Makefile
parent61c138d2a7b41ee4cb425567dbf27afa7ab8a133 (diff)
automatically remove old debug files for modules.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7d4176b044..869a6210b57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.331 2019/08/27 22:48:54 kamil Exp $
+# $NetBSD: Makefile,v 1.332 2020/05/15 16:34:44 christos Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -207,6 +207,7 @@ postinstall-fix-obsolete: .NOTMAIN .PHONY
postinstall-fix-obsolete_stand: .NOTMAIN .PHONY
@echo " === Removing obsolete files ==="
${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR}/ fix obsolete_stand
+ ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR}/ fix obsolete_stand_debug
@echo " ==============================="