Source-Changes-HG archive

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

[src/trunk]: src/dist/bind remove yacc-generated header



details:   https://anonhg.NetBSD.org/src/rev/c93651261fa1
branches:  trunk
changeset: 499072:c93651261fa1
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Nov 10 09:51:03 2000 +0000

description:
remove yacc-generated header

diffstat:

 dist/bind/bind2netbsd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8386a0005e8f -r c93651261fa1 dist/bind/bind2netbsd
--- a/dist/bind/bind2netbsd     Fri Nov 10 09:41:14 2000 +0000
+++ b/dist/bind/bind2netbsd     Fri Nov 10 09:51:03 2000 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: bind2netbsd,v 1.13 2000/11/10 09:41:14 itojun Exp $
+#      $NetBSD: bind2netbsd,v 1.14 2000/11/10 09:51:03 itojun Exp $
 #
 # Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -86,7 +86,7 @@
 
 ### Remove yacc/lex-generated files
 cd $d/bin
-rm -f named/ns_parser.c
+rm -f named/ns_parser.c named/ns_parser.h
 rm -f nslookup/commands.c
 
 ### Remove .cvsignore, Makefiles and *.mdoc files



Home | Main Index | Thread Index | Old Index