From cbdf33fa5d1191945e43f39e0c422bac0f80034a Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Fri, 24 Dec 1999 11:20:14 +0000 Subject: [PATCH] Merge from sys/i386/conf/files.i386 rev 1.293. --- sys/conf/files.pc98 | 28 ++++++++++++++-------------- sys/pc98/conf/files.pc98 | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 7dfdb9252a7..2e5d7dbf98e 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -9,35 +9,35 @@ # limitations in config: backslash-newline doesn't work in strings, and # dependency lines other than the first are silently ignored. # -linux_genassym optional compat_linux \ +linux_genassym.o optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \ - compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ + compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ -c $<" \ no-obj no-implicit-rule \ - clean "linux_genassym" + clean "linux_genassym.o" # -svr4_genassym optional compat_svr4 \ +svr4_genassym.o optional compat_svr4 \ dependency "$S/i386/svr4/svr4_genassym.c $S/svr4/svr4.h" \ - compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ + compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ -c $<" \ no-obj no-implicit-rule \ - clean "svr4_genassym" + clean "svr4_genassym.o" # linux_assym.h optional compat_linux \ - dependency "linux_genassym" \ - compile-with "./linux_genassym > $@" \ + dependency "linux_genassym.o" \ + compile-with "genassym -o $@ linux_genassym.o" \ no-obj no-implicit-rule before-depend \ clean "linux_assym.h" # +svr4_assym.h optional compat_svr4 \ + dependency "svr4_genassym.o" \ + compile-with "genassym -o $@ svr4_genassym.o" \ + no-obj no-implicit-rule before-depend \ + clean "svr4_assym.h" +# atkbdmap.h optional atkbd_dflt_keymap \ compile-with "kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \ no-obj no-implicit-rule before-depend \ clean "atkbdmap.h" # -svr4_assym.h optional compat_svr4 \ - dependency "svr4_genassym" \ - compile-with "./svr4_genassym > $@" \ - no-obj no-implicit-rule before-depend \ - clean "svr4_assym.h" -# ukbdmap.h optional ukbd_dflt_keymap \ compile-with "kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \ no-obj no-implicit-rule before-depend \ diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index 7dfdb9252a7..2e5d7dbf98e 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -9,35 +9,35 @@ # limitations in config: backslash-newline doesn't work in strings, and # dependency lines other than the first are silently ignored. # -linux_genassym optional compat_linux \ +linux_genassym.o optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \ - compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ + compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ -c $<" \ no-obj no-implicit-rule \ - clean "linux_genassym" + clean "linux_genassym.o" # -svr4_genassym optional compat_svr4 \ +svr4_genassym.o optional compat_svr4 \ dependency "$S/i386/svr4/svr4_genassym.c $S/svr4/svr4.h" \ - compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ + compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ -c $<" \ no-obj no-implicit-rule \ - clean "svr4_genassym" + clean "svr4_genassym.o" # linux_assym.h optional compat_linux \ - dependency "linux_genassym" \ - compile-with "./linux_genassym > $@" \ + dependency "linux_genassym.o" \ + compile-with "genassym -o $@ linux_genassym.o" \ no-obj no-implicit-rule before-depend \ clean "linux_assym.h" # +svr4_assym.h optional compat_svr4 \ + dependency "svr4_genassym.o" \ + compile-with "genassym -o $@ svr4_genassym.o" \ + no-obj no-implicit-rule before-depend \ + clean "svr4_assym.h" +# atkbdmap.h optional atkbd_dflt_keymap \ compile-with "kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \ no-obj no-implicit-rule before-depend \ clean "atkbdmap.h" # -svr4_assym.h optional compat_svr4 \ - dependency "svr4_genassym" \ - compile-with "./svr4_genassym > $@" \ - no-obj no-implicit-rule before-depend \ - clean "svr4_assym.h" -# ukbdmap.h optional ukbd_dflt_keymap \ compile-with "kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \ no-obj no-implicit-rule before-depend \