pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files shut up the 'do nothing' sh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/731ca4153d59
branches: trunk
changeset: 461667:731ca4153d59
user: grant <grant%pkgsrc.org@localhost>
date: Fri Sep 19 02:11:22 2003 +0000
description:
shut up the 'do nothing' shell comments
diffstat:
pkgtools/pkg_install/files/lib/Makefile.in | 4 ++--
pkgtools/pkg_install/files/view/Makefile.in | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r d65ac3fc7071 -r 731ca4153d59 pkgtools/pkg_install/files/lib/Makefile.in
--- a/pkgtools/pkg_install/files/lib/Makefile.in Fri Sep 19 02:02:07 2003 +0000
+++ b/pkgtools/pkg_install/files/lib/Makefile.in Fri Sep 19 02:11:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.3 2003/09/01 16:27:14 jlam Exp $
+# $NetBSD: Makefile.in,v 1.4 2003/09/19 02:11:22 grant Exp $
srcdir= @srcdir@
@@ -32,4 +32,4 @@
rm -f $(OBJS) $(LIB)
install:
- # do nothing
+ @# do nothing
diff -r d65ac3fc7071 -r 731ca4153d59 pkgtools/pkg_install/files/view/Makefile.in
--- a/pkgtools/pkg_install/files/view/Makefile.in Fri Sep 19 02:02:07 2003 +0000
+++ b/pkgtools/pkg_install/files/view/Makefile.in Fri Sep 19 02:11:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.1 2003/09/01 16:27:16 jlam Exp $
+# $NetBSD: Makefile.in,v 1.2 2003/09/19 02:11:22 grant Exp $
prefix= @prefix@
exec_prefix= @exec_prefix@
@@ -15,10 +15,10 @@
.PHONY: all clean install
all:
- # do nothing
+ @# do nothing
clean:
- # do nothing
+ @# do nothing
install:
$(INSTALL) -m 755 -d $(sbindir)
Home |
Main Index |
Thread Index |
Old Index