Remove vnode_if.[ch] during a "make clean", per PR#536 from
Dan Carosone <danielce@ee.mu.oz.au>.
This commit is contained in:
parent
08f474ecc4
commit
57219ebad3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.amiga,v 1.30 1995/12/27 08:22:54 chopps Exp $
|
||||
# $NetBSD: Makefile.amiga,v 1.31 1996/01/14 21:06:47 thorpej Exp $
|
||||
|
||||
# @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
|
||||
#
|
||||
|
@ -115,7 +115,7 @@ newvers:
|
|||
|
||||
clean::
|
||||
rm -f eddep *netbsd netbsd.gdb tags *.o locore.i [a-z]*.s \
|
||||
Errs errs linterrs makelinks genassym
|
||||
vnode_if.[ch] Errs errs linterrs makelinks genassym
|
||||
|
||||
lint: /tmp param.c
|
||||
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.atari,v 1.8 1995/11/30 00:57:51 jtc Exp $
|
||||
# $NetBSD: Makefile.atari,v 1.9 1996/01/14 21:06:49 thorpej Exp $
|
||||
#
|
||||
# Makefile for NetBSD Atari-TT
|
||||
#
|
||||
|
@ -107,7 +107,7 @@ newvers:
|
|||
|
||||
clean::
|
||||
rm -f eddep *netbsd netbsd.gdb tags *.o locore.i [a-z]*.s \
|
||||
Errs errs linterrs makelinks genassym
|
||||
vnode_if.[ch] Errs errs linterrs makelinks genassym
|
||||
|
||||
lint: /tmp param.c
|
||||
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.mac68k,v 1.26 1995/11/01 04:53:34 briggs Exp $
|
||||
# $NetBSD: Makefile.mac68k,v 1.27 1996/01/14 21:06:51 thorpej Exp $
|
||||
|
||||
# Makefile for NetBSD for the mac
|
||||
# Derived from makefile for hp300 from NetBSD
|
||||
|
@ -106,7 +106,7 @@ newvers:
|
|||
|
||||
clean::
|
||||
rm -f eddep netbsd tags *.o locore.i [a-z]*.s \
|
||||
Errs errs linterrs makelinks
|
||||
vnode_if.[ch] Errs errs linterrs makelinks
|
||||
|
||||
lint: /tmp param.c
|
||||
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.pc532,v 1.14 1995/09/19 23:51:40 thorpej Exp $
|
||||
# $NetBSD: Makefile.pc532,v 1.15 1996/01/14 21:06:52 thorpej Exp $
|
||||
|
||||
# Copyright 1990 W. Jolitz
|
||||
# @(#)Makefile.i386 7.1 5/10/91
|
||||
|
@ -77,7 +77,7 @@ SYSTEM_LD_TAIL= size $@ ; nm -n $@ > SYMMS ; chmod 755 $@
|
|||
|
||||
clean::
|
||||
rm -f eddep *netbsd tags *.o locore.i [a-uw-z]*.s \
|
||||
errs linterrs makelinks genassym
|
||||
vnode_if.[ch] errs linterrs makelinks genassym
|
||||
|
||||
#lint: /tmp param.c
|
||||
# @lint -hbxn -I. -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.pmax,v 1.18 1995/12/17 09:09:42 jonathan Exp $
|
||||
# $NetBSD: Makefile.pmax,v 1.19 1996/01/14 21:06:54 thorpej Exp $
|
||||
|
||||
# @(#)Makefile.pmax 8.2 (Berkeley) 2/16/94
|
||||
#
|
||||
|
@ -122,7 +122,7 @@ newvers:
|
|||
|
||||
clean::
|
||||
rm -f eddep *vmunix vmunix.gdb tags *.o locore.i [a-z]*.s \
|
||||
Errs errs linterrs makelinks genassym
|
||||
vnode_if.[ch] Errs errs linterrs makelinks genassym
|
||||
|
||||
lint: /tmp param.c
|
||||
@lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \
|
||||
|
|
Loading…
Reference in New Issue