From 06912e3d725e496dd5acf4bfd1cba19fa7e6ca69 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 25 Feb 2021 22:35:23 -0800 Subject: [PATCH] Rename --- ueforth/Makefile | 2 +- ueforth/posix/{autoexec.fs => autoboot.fs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ueforth/posix/{autoexec.fs => autoboot.fs} (100%) diff --git a/ueforth/Makefile b/ueforth/Makefile index 834e53e..9fc9ade 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -124,7 +124,7 @@ $(GEN): POSIX_BOOT = common/boot.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/autoexec.fs \ + common/tasks.fs common/streams.fs common/blocks.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) >$@ diff --git a/ueforth/posix/autoexec.fs b/ueforth/posix/autoboot.fs similarity index 100% rename from ueforth/posix/autoexec.fs rename to ueforth/posix/autoboot.fs