Source-Changes-HG archive

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

[src/trunk]: src/share/misc Remove tab only line. (Emacs makefile mode compl...



details:   https://anonhg.NetBSD.org/src/rev/a9bc562a22ac
branches:  trunk
changeset: 516374:a9bc562a22ac
user:      taca <taca%NetBSD.org@localhost>
date:      Mon Oct 22 10:53:47 2001 +0000

description:
Remove tab only line.  (Emacs makefile mode complains it.)

diffstat:

 share/misc/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 648c7405dfbd -r a9bc562a22ac share/misc/Makefile
--- a/share/misc/Makefile       Mon Oct 22 09:24:27 2001 +0000
+++ b/share/misc/Makefile       Mon Oct 22 10:53:47 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl Exp $
+#      $NetBSD: Makefile,v 1.21 2001/10/22 10:53:47 taca Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
@@ -13,13 +13,12 @@
 update-domains:
        ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \
        ( \
-       echo '# $$NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl Exp $$' ;  \
+       echo '# $$NetBSD: Makefile,v 1.21 2001/10/22 10:53:47 taca Exp $$' ;  \
        echo '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ;  \
        echo '# '`grep ^Latest /tmp/domains.$$$$` ;  \
        echo '#' ;  \
        perl -ane 'print lc(join(" ", $$F[$$#F-2], @F[0..$$#F-3])),"\n" if /^[A-Z]{2,}\s*.*\d{3}\s*$$/;' </tmp/domains.$$$$ \
        ) >domains ; \
        rm /tmp/domains.$$$$
-       
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index