Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump remove creation of the intermediate "sourcefil...



details:   https://anonhg.NetBSD.org/src/rev/3cee943543dd
branches:  trunk
changeset: 566490:3cee943543dd
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon May 10 20:46:44 2004 +0000

description:
remove creation of the intermediate "sourcefile" which was for debugging

diffstat:

 usr.bin/kdump/mkioctls |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6a6978b39924 -r 3cee943543dd usr.bin/kdump/mkioctls
--- a/usr.bin/kdump/mkioctls    Mon May 10 20:41:32 2004 +0000
+++ b/usr.bin/kdump/mkioctls    Mon May 10 20:46:44 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mkioctls,v 1.17 2004/05/10 20:41:32 hannken Exp $
+#      $NetBSD: mkioctls,v 1.18 2004/05/10 20:46:44 drochner Exp $
 #
 # Copyright (c) 1994
 #      The Regents of the University of California.  All rights reserved.
@@ -63,7 +63,7 @@
        echo "#include <$i>"
 done | sed -e "s,${DESTDIR}/usr/include/,,g"
 
-${CC:-cc} -E -nostdinc -idirafter $DESTDIR/usr/include -dM ${1+"$@"} | tee sourcefile | awk '
+${CC:-cc} -E -nostdinc -idirafter $DESTDIR/usr/include -dM ${1+"$@"} | awk '
 BEGIN {
        keep["SLIOCGUNIT"] = 1; # Same as PPPIOCGASYNCMAP
        keep["SIOCRMNAT"] = 1;  # Same as SIOCRMAFR



Home | Main Index | Thread Index | Old Index