Expanded cool substitution directives by hand to admit BSD-style make, too.
This commit is contained in:
parent
7516a430f8
commit
ba159080c8
|
@ -152,10 +152,10 @@ CONFIG_FILES = scheme/interfaces.scm scheme/low-packages.scm \
|
||||||
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
|
enough: $(VM) $(IMAGE) go $(LIBCIG) scsh $(LIBSCSH) $(LIBSCSHVM)
|
||||||
#JMG no notify at the moment... .notify
|
#JMG no notify at the moment... .notify
|
||||||
|
|
||||||
# Files generated by cig
|
# Files generated by cig need their init functions called.
|
||||||
CIGGED = flock network select syscalls tty time
|
|
||||||
CIGGEDOBJ = $(patsubst %,scsh/%.o, $(CIGGED))
|
CIGGEDINIT = s48_init_flock s48_init_network s48_init_select \
|
||||||
CIGGEDINIT = $(patsubst %,s48_init_%, $(CIGGED))
|
s48_init_syscalls s48_init_tty s48_init_time
|
||||||
|
|
||||||
# --------------------
|
# --------------------
|
||||||
# External code to include in the VM
|
# External code to include in the VM
|
||||||
|
|
Loading…
Reference in New Issue