diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-24 18:26:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-24 18:26:18 +0000 |
commit | 66c3d0b8f3b9a5cdb6b49b4de6354e7b2c7dd430 (patch) | |
tree | 4c6aa932ded3c805e1560799f6eaf919c93c3414 /sys/arch/armv7 | |
parent | 4482aec8e7fef6235b5072a8d9a5cb9118892f7a (diff) |
make cleandir should skip the version file; ok otto millert
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index f074ce34f10..aaebe304c93 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.16 2016/10/15 13:45:08 deraadt Exp $ +# $OpenBSD: Makefile.armv7,v 1.17 2016/10/24 18:26:17 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -127,7 +127,7 @@ clean:: [Ee]rrs linterrs assym.* ${DB_STRUCTINFO} param.c cleandir: clean - rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c version + rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c lint: @lint -hbxncez -Dvolatile= ${CPPFLAGS} -UKGDB \ |