diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-28 15:31:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-28 15:31:35 +0000 |
commit | d84053c3b4e991c0de0c8ddb21e3298744f31dd8 (patch) | |
tree | 35304d4f70ea1e49004a29d3a7ada5c067dc1fa9 /sys/arch/loongson/conf | |
parent | 4617413abdbd3a2cefa5268251f7604efebc659c (diff) |
clean up more more subtle and stupid differences between the various
Makefile.* files
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 0315c016523..93f6341c264 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.16 2010/04/27 17:25:19 drahn Exp $ +# $OpenBSD: Makefile.loongson,v 1.17 2010/04/28 15:31:33 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -99,9 +99,9 @@ SYSTEM_LD_TAIL+=; \ clean:: rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o [a-z]*.s \ - Errs errs linterrs makelinks assym.h ${DB_STRUCTINFO} + [Ee]rrs linterrs makelinks assym.h ${DB_STRUCTINFO} -lint: /tmp param.c +lint: @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ ${CFILES} ioconf.c param.c @@ -124,8 +124,8 @@ links: sed -e 's/:.*//' -e 's/\.c/.o/' | sort -u > dontlink echo ${CFILES} | tr -s ' ' '\12' | sed 's/\.c/.o/' | \ sort -u | comm -23 - dontlink | \ - sed 's,../.*/\(.*.o\),rm -f \1;ln -s ../GENERIC/\1 \1,' > makelinks - sh makelinks && rm -f dontlink + sed 's,../.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks + sh makelinks && rm -f dontlink makelinks tags: @echo "see $S/kern/Makefile for tags" |