Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src automatically remove old debug files for modules.
details: https://anonhg.NetBSD.org/src/rev/681c75e842cd
branches: trunk
changeset: 932774:681c75e842cd
user: christos <christos%NetBSD.org@localhost>
date: Fri May 15 16:34:44 2020 +0000
description:
automatically remove old debug files for modules.
diffstat:
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3598a4c423d9 -r 681c75e842cd Makefile
--- a/Makefile Fri May 15 16:33:38 2020 +0000
+++ b/Makefile Fri May 15 16:34:44 2020 +0000
@@ -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_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 " ==============================="
Home |
Main Index |
Thread Index |
Old Index