summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjklos <jklos>2005-01-22 01:03:45 +0000
committerjklos <jklos>2005-01-22 01:03:45 +0000
commit65ebdd16e5ea63941cb6adf5f47a69877f19a4f2 (patch)
tree17609ade1121e1c77250061e22c1a92319fdf52a /pkgtools
parent0f9dfedbf106a60d343f9c86328f5912afb3591b (diff)
downloadpkgsrc-65ebdd16e5ea63941cb6adf5f47a69877f19a4f2.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.
Diffstat (limited to 'pkgtools')
-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"