Various tweaks.

This commit is contained in:
Brad Nelson
2021-04-10 08:23:26 -07:00
parent 04677eb5d0
commit e3fa41d8c2
4 changed files with 5 additions and 4 deletions

View File

@ -125,7 +125,8 @@ POSIX_BOOT = common/boot.fs common/conditionals.fs common/vocabulary.fs \
common/hide_calls.fs common/ansi.fs \
posix/posix.fs posix/posix_highlevel.fs posix/termios.fs common/locals.fs \
common/utils.fs common/highlevel.fs common/filetools.fs posix/posix_desktop.fs \
common/tasks.fs common/streams.fs common/blocks.fs posix/autoboot.fs \
common/tasks.fs common/streams.fs common/blocks.fs posix/telnetd.fs \
posix/autoboot.fs \
common/fini.fs
$(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)
echo "ok" | cat $(POSIX_BOOT) - | $< boot $(VERSION) $(REVISION) >$@