Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/kdump mark the installed ioctl.h & ioctl_compat.h PR...
details: https://anonhg.NetBSD.org/src/rev/322ef37f90d7
branches: trunk
changeset: 495392:322ef37f90d7
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 27 11:51:14 2000 +0000
description:
mark the installed ioctl.h & ioctl_compat.h PRECIOUS; if mkioctls fails, don't delete them!
diffstat:
usr.bin/kdump/Makefile.ioctl-c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9e45d02c4933 -r 322ef37f90d7 usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c Thu Jul 27 11:37:46 2000 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c Thu Jul 27 11:51:14 2000 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.ioctl-c,v 1.1 1999/07/12 04:13:34 mrg Exp $
+# $NetBSD: Makefile.ioctl-c,v 1.2 2000/07/27 11:51:14 mrg Exp $
ioctl.c: mkioctls ${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h
/bin/sh ${.CURDIR}/../kdump/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \
${DESTDIR}/usr/include/sys/ioctl_compat.h > ioctl.c
+
+${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h: .PRECIOUS
Home |
Main Index |
Thread Index |
Old Index