diff options
27 files changed, 54 insertions, 54 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index b5b916bd932..b960fec80a7 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.68 2010/05/25 17:27:54 deraadt Exp $ +# $OpenBSD: Makefile.alpha,v 1.69 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 4283ea7e3cd..2faed6d4f89 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.41 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.42 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -92,7 +92,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish index e4d5ceb3edb..512c51fddc3 100644 --- a/sys/arch/armish/conf/Makefile.armish +++ b/sys/arch/armish/conf/Makefile.armish @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armish,v 1.33 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.armish,v 1.34 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -101,7 +101,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/aviion/conf/Makefile.aviion b/sys/arch/aviion/conf/Makefile.aviion index 91a62dafc06..fa6323cc8a9 100644 --- a/sys/arch/aviion/conf/Makefile.aviion +++ b/sys/arch/aviion/conf/Makefile.aviion @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.aviion,v 1.28 2010/05/25 21:15:27 deraadt Exp $ +# $OpenBSD: Makefile.aviion,v 1.29 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle index 80dee6cfc1d..c8fa77e16c3 100644 --- a/sys/arch/beagle/conf/Makefile.beagle +++ b/sys/arch/beagle/conf/Makefile.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.beagle,v 1.27 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.beagle,v 1.28 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix index 61c1bd8feb3..a2a8907855e 100644 --- a/sys/arch/gumstix/conf/Makefile.gumstix +++ b/sys/arch/gumstix/conf/Makefile.gumstix @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.gumstix,v 1.25 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.gumstix,v 1.26 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 738c36b6f59..2554db9c1e2 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.68 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.hp300,v 1.69 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -128,7 +128,7 @@ LINKFLAGS+= -S assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index bc004987f17..c18defcda19 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.58 2010/05/27 11:56:45 jsing Exp $ +# $OpenBSD: Makefile.hppa,v 1.59 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -111,7 +111,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index 6ff2ce3c42c..ff649134b92 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.31 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.hppa64,v 1.32 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -92,7 +92,7 @@ LINKFLAGS+= -S assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index f7fe17f5b1c..5dc5e8c0794 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.74 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.75 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index 60f40598e62..37d7a2c72dc 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.34 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.landisk,v 1.35 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 9368e7d668d..b872d56c80a 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.24 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.25 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -98,7 +98,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index 888852f5577..41f0305f1c7 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.35 2010/05/25 21:15:27 deraadt Exp $ +# $OpenBSD: Makefile.luna88k,v 1.36 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -95,7 +95,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index a7bf2e36496..051156794b3 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.65 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.mac68k,v 1.66 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -93,7 +93,7 @@ LINKFLAGS+= -S assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index c995a5b6a34..fa31f92c43c 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.54 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.macppc,v 1.55 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/moko/conf/Makefile.moko b/sys/arch/moko/conf/Makefile.moko index 85de3400423..6bfa4d6b5aa 100644 --- a/sys/arch/moko/conf/Makefile.moko +++ b/sys/arch/moko/conf/Makefile.moko @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.moko,v 1.25 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.moko,v 1.26 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 67b1d802a70..4394bd3dba1 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.56 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.57 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -94,7 +94,7 @@ LINKFLAGS+= -S assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 1bd07e408da..b8292e099fd 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.65 2010/05/25 21:15:27 deraadt Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.66 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -92,7 +92,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 996d7012c88..e8b3165b83b 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.51 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.52 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm index 5ec289ebedb..a01bc13e653 100644 --- a/sys/arch/palm/conf/Makefile.palm +++ b/sys/arch/palm/conf/Makefile.palm @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.palm,v 1.22 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.palm,v 1.23 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index bbfce023625..1eee97d1ce3 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.46 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.sgi,v 1.47 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -98,7 +98,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc index 11cfa1d0dd2..2fa1f490ca6 100644 --- a/sys/arch/socppc/conf/Makefile.socppc +++ b/sys/arch/socppc/conf/Makefile.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.socppc,v 1.25 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.socppc,v 1.26 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne index 54f4f0fda28..b471981e2e6 100644 --- a/sys/arch/solbourne/conf/Makefile.solbourne +++ b/sys/arch/solbourne/conf/Makefile.solbourne @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.solbourne,v 1.28 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.solbourne,v 1.29 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index e464e7a20a1..2ef2166965b 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.64 2010/05/25 17:27:55 deraadt Exp $ +# $OpenBSD: Makefile.sparc,v 1.65 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -94,7 +94,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 1db3cfe7106..782c11f5707 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.51 2010/05/25 17:27:56 deraadt Exp $ +# $OpenBSD: Makefile.sparc64,v 1.52 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index cfa126f7399..b4596775348 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.55 2010/05/26 16:35:27 deraadt Exp $ +# $OpenBSD: Makefile.vax,v 1.56 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 4936dcb9d05..f985ad8b511 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.35 2010/05/25 17:27:56 deraadt Exp $ +# $OpenBSD: Makefile.zaurus,v 1.36 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -97,7 +97,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h |