diff options
author | grant <grant@pkgsrc.org> | 2003-09-19 02:11:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-19 02:11:22 +0000 |
commit | 6c1b4e7bec0b79947adf5b95054a7985f0769a7f (patch) | |
tree | ab90ea364af74dd16aa8138bc77daea0ae9b45e5 /pkgtools | |
parent | 0149e16994086a476647da1025d167439233d148 (diff) | |
download | pkgsrc-6c1b4e7bec0b79947adf5b95054a7985f0769a7f.tar.gz |
shut up the 'do nothing' shell comments
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/Makefile.in | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/view/Makefile.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/files/lib/Makefile.in b/pkgtools/pkg_install/files/lib/Makefile.in index ea8bfd90698..9e0d852b346 100644 --- a/pkgtools/pkg_install/files/lib/Makefile.in +++ b/pkgtools/pkg_install/files/lib/Makefile.in @@ -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 @@ clean: rm -f $(OBJS) $(LIB) install: - # do nothing + @# do nothing diff --git a/pkgtools/pkg_install/files/view/Makefile.in b/pkgtools/pkg_install/files/view/Makefile.in index 8f4057a790f..54da9c666ab 100644 --- a/pkgtools/pkg_install/files/view/Makefile.in +++ b/pkgtools/pkg_install/files/view/Makefile.in @@ -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 @@ SCRIPTS= linkfarm pkg_view .PHONY: all clean install all: - # do nothing + @# do nothing clean: - # do nothing + @# do nothing install: $(INSTALL) -m 755 -d $(sbindir) |