diff options
| author | christos <christos@NetBSD.org> | 2020-05-15 16:34:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-05-15 16:34:44 +0000 |
| commit | e073ee1629acd77b57b5a493e9ede0e4758f4638 (patch) | |
| tree | d81bb6dccd4ef6eb403027c33fa88dbb764ee82b /Makefile | |
| parent | 61c138d2a7b41ee4cb425567dbf27afa7ab8a133 (diff) | |
automatically remove old debug files for modules.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 " ===============================" |
