summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjklos <jklos>2005-01-22 01:03:45 +0000
committerjklos <jklos>2005-01-22 01:03:45 +0000
commit7ce40f5fa0d75ce3f36d804f239c5256228bc814 (patch)
tree17609ade1121e1c77250061e22c1a92319fdf52a
parent028f4a883f799253e1723a3967cd4764b48b4f79 (diff)
downloadpkgsrc-7ce40f5fa0d75ce3f36d804f239c5256228bc814.tar.gz
The "make update" target did not clean up after itself, which has caused
problems when people run "make update" without checking to see if anything old was still around. "make update" now cleans after installing.
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 741717b317b..5c175eb5c53 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2005/01/06 05:32:29 tv Exp $
+# $NetBSD: Makefile,v 1.108 2005/01/22 01:03:45 jklos Exp $
# Notes to package maintainers:
#
@@ -78,6 +78,7 @@ update:
${MAKE}
${MAKE} deinstall UPDATE_RUNNING=YES
${MAKE} install
+ ${MAKE} clean
.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"