Merge from sys/i386/conf/files.i386 rev 1.293.
This commit is contained in:
parent
a612687a3a
commit
cbdf33fa5d
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user