pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install The "make update" target did not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d41cfb0384b2
branches:  trunk
changeset: 487919:d41cfb0384b2
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Sat Jan 22 01:03:45 2005 +0000

description:
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:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 338c05b357d0 -r d41cfb0384b2 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Fri Jan 21 23:59:17 2005 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Jan 22 01:03:45 2005 +0000
@@ -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 @@
        ${MAKE}
        ${MAKE} deinstall UPDATE_RUNNING=YES
        ${MAKE} install
+       ${MAKE} clean
 
 .include "../../pkgtools/libnbcompat/inplace.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index