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 catch up with bootstrap-pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5b9fcc5ad92
branches:  trunk
changeset: 470692:f5b9fcc5ad92
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Mar 11 13:33:57 2004 +0000

description:
catch up with bootstrap-pkgsrc changes.

Just a comment doesn't seem to suffice in all cases.  For no-op commands,
use an explicit "true" invocation to avoid problems.  (A future merge of
current bmake may fix this issue.)

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 6dc024592e7a -r f5b9fcc5ad92 pkgtools/pkg_install/files/lib/Makefile.in
--- a/pkgtools/pkg_install/files/lib/Makefile.in        Thu Mar 11 13:28:45 2004 +0000
+++ b/pkgtools/pkg_install/files/lib/Makefile.in        Thu Mar 11 13:33:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.6 2003/09/23 07:44:51 grant Exp $
+# $NetBSD: Makefile.in,v 1.7 2004/03/11 13:33:57 grant Exp $
 
 srcdir=                @srcdir@
 
@@ -35,4 +35,4 @@
        rm -f $(OBJS) $(LIB)
 
 install:
-       @# do nothing
+       @true # do nothing
diff -r 6dc024592e7a -r f5b9fcc5ad92 pkgtools/pkg_install/files/view/Makefile.in
--- a/pkgtools/pkg_install/files/view/Makefile.in       Thu Mar 11 13:28:45 2004 +0000
+++ b/pkgtools/pkg_install/files/view/Makefile.in       Thu Mar 11 13:33:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.2 2003/09/19 02:11:22 grant Exp $
+# $NetBSD: Makefile.in,v 1.3 2004/03/11 13:33:57 grant Exp $
 
 prefix=                @prefix@
 exec_prefix=   @exec_prefix@
@@ -15,10 +15,10 @@
 .PHONY: all clean install
 
 all:
-       @# do nothing
+       @true # do nothing
 
 clean:
-       @# do nothing
+       @true # do nothing
 
 install:
        $(INSTALL) -m 755 -d $(sbindir)



Home | Main Index | Thread Index | Old Index