Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 add a 'clean' target to nuke files built fro...
details: https://anonhg.NetBSD.org/src/rev/8f360aa75d6a
branches: trunk
changeset: 472653:8f360aa75d6a
user: cgd <cgd%NetBSD.org@localhost>
date: Tue May 04 04:56:44 1999 +0000
description:
add a 'clean' target to nuke files built from syscalls.master, so that
it's easier to commit non-generated files all at once.
diffstat:
sys/compat/osf1/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 019b2a072480 -r 8f360aa75d6a sys/compat/osf1/Makefile
--- a/sys/compat/osf1/Makefile Tue May 04 03:42:20 1999 +0000
+++ b/sys/compat/osf1/Makefile Tue May 04 04:56:44 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1995/02/13 21:39:00 cgd Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/04 04:56:44 cgd Exp $
DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
OBJS= osf1_sysent.c osf1_syscalls.c osf1_syscall.h osf1_syscallargs.h
@@ -9,3 +9,6 @@
-mv -f osf1_syscall.h osf1_syscall.h.bak
-mv -f osf1_syscallargs.h osf1_syscallargs.h.bak
sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master
+
+clean:
+ rm -f ${OBJS}
Home |
Main Index |
Thread Index |
Old Index