diff options
author | dos-reis <gdr@axiomatics.org> | 2011-08-23 03:16:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-08-23 03:16:19 +0000 |
commit | 0416c1e54eb6a6209f17a32d163328f6bae5f595 (patch) | |
tree | ad12e4509b7f4c416b1898bb0270ca8f601b1d74 /src/algebra | |
parent | d63ce4731d81c50eb205524d7b7d58681d20fa4a (diff) | |
download | open-axiom-0416c1e54eb6a6209f17a32d163328f6bae5f595.tar.gz |
* interp/sys-driver.boot (initializeGlobalState): Construct
database tables if algebra is not complete yet.
* interp/Makefile.in (${SAVESYS}): Simplify.
* algebra/Makefile.in (strap-stamp): Make the destination directory.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index 50bc98de..a24f4218 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -1681,6 +1681,7 @@ $(axiom_algebra_layer_user_objects): bootstrap-stamp all-algstrap: strap-stamp strap-stamp: strap-2/.finished + @ $(mkdir_p) $(OUT) @ rm -f strap-stamp @ $(STAMP) strap-stamp @ echo ===================================== |