summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-12-24 11:20:14 +0000
committerkato <kato@FreeBSD.org>1999-12-24 11:20:14 +0000
commit0e510da6bfcd3ac42560c9e020c8b7759daeb920 (patch)
tree392a96fac8125cf09978858e0b54b8285ff0432c
parent67534f1dc5c01100b4a2bd120717b9d812323ca7 (diff)
downloadFreeBSD-src-0e510da6bfcd3ac42560c9e020c8b7759daeb920.zip
FreeBSD-src-0e510da6bfcd3ac42560c9e020c8b7759daeb920.tar.gz
Merge from sys/i386/conf/files.i386 rev 1.293.
-rw-r--r--sys/conf/files.pc9828
-rw-r--r--sys/pc98/conf/files.pc9828
2 files changed, 28 insertions, 28 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 7dfdb92..2e5d7db 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 7dfdb92..2e5d7db 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 \
OpenPOWER on IntegriCloud