Skip to content

Commit c8029bb

Browse files
vchuravyKristofferC
authored andcommitted
stage flisp.boot into host
(cherry picked from commit e922744)
1 parent c70397e commit c8029bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/flisp/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,13 @@ $(BUILDDIR)/host/Makefile:
107107
@echo 'BUILDING_HOST_TOOLS=1' >> $@
108108
@echo 'include $(SRCDIR)/Makefile' >> $@
109109

110-
$(BUILDDIR)/host/$(EXENAME): $(BUILDDIR)/host/Makefile
110+
$(BUILDDIR)/host/$(EXENAME): $(BUILDDIR)/host/Makefile | ${BUILDDIR}/host/flisp.boot
111111
make -C $(BUILDDIR)/host $(EXENAME)
112112

113+
114+
$(BUILDDIR)/host/flisp.boot: $(SRCDIR)/flisp.boot | $(BUILDDIR)/host/Makefile
115+
cp $< $@
116+
113117
ifneq ($(BUILDDIR),.)
114118
ifneq ($(BUILDDIR),$(SRCDIR))
115119
$(BUILDDIR)/flisp.boot: $(SRCDIR)/flisp.boot | $(BUILDDIR)

0 commit comments

Comments
 (0)