pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/admin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 24 13:08:54 UTC 2025

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/admin: Makefile.in

Log Message:
pkg_install: also remove generated scripts in 'clean' target

No effect on binary package.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 \
    pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in
diff -u pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in:1.30 pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in:1.31
--- pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in:1.30    Sun Dec 27 12:18:20 2015
+++ pkgsrc/pkgtools/pkg_install/files/admin/Makefile.in Fri Jan 24 13:08:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.30 2015/12/27 12:18:20 joerg Exp $
+# $NetBSD: Makefile.in,v 1.31 2025/01/24 13:08:54 wiz Exp $
 
 srcdir=                @srcdir@
 
@@ -52,7 +52,7 @@ $(PROG): $(OBJS)
        $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
 clean:
-       rm -f $(OBJS) $(PROG)
+       rm -f $(OBJS) $(PROG) $(SCRIPTS)
 
 install:
        $(INSTALL) -m 755 -d ${DESTDIR}$(sbindir)



Home | Main Index | Thread Index | Old Index