From 358328696d6d123172da6357f577952f180b395d Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Wed, 20 Jan 2016 03:24:16 -0800 Subject: Include compiled initdb in final system image. --- src/interp/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index ef249649..8c3fe9ad 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -137,6 +137,8 @@ BROBJS= bc-matrix.$(FASLEXT) \ topics.$(FASLEXT) br-prof.$(FASLEXT) \ br-saturn.$(FASLEXT) +INITDB_OBJ = $(builddir)/../algebra/initdb.$(LNKEXT) + TIMESTAMP=$(oa_targetdir)/timestamp YEARWEEK=(progn (defconstant timestamp "${TIMESTAMP}") \ (setq *build-version* "$(PACKAGE_STRING)") \ @@ -211,14 +213,16 @@ all-axiomsys: ${AXIOMSYS} ${AXIOMSYS}: database.date \ $(oa_targetdir)/algebra/exposed.$(FASLEXT) \ $(oa_target_datadir)/msgs/s2-us.msgs \ - $(OBJS) $(oa_target_ffi) makeint.$(LNKEXT) + $(OBJS) $(oa_target_ffi) \ + $(INITDB_OBJ) \ + makeint.$(LNKEXT) $(DRIVER) --execpath=$(BOOTSYS) \ --syslib=$(oa_target_libdir) \ --system="$(AXIOM)/" \ --sysalg="$(oa_targetdir)/algebra/" \ --prologue="(pushnew :open-axiom-algebra-system *features*)" \ --make --output=$@ --main="BOOT::|systemMain|" \ - --load-directory=. $(OBJS) makeint.$(LNKEXT) + --load-directory=. $(OBJS) $(INITDB_OBJ) makeint.$(LNKEXT) @ echo 6a $@ created exposed.lsp: $(oa_src_algdir)/exposed.lsp.pamphlet $(oa_hammer) --tangle --output=$@ $< -- cgit v1.2.3