Skip to content

Commit

Permalink
Document the from-scratch make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Oct 4, 2013
1 parent d0062bf commit 4fdf5bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,19 @@ the name of the C compiler in CC. Here are some examples.

Here is a description of the most useful "make" targets:

% make from-scratch Builds the system from source where the .c
files which are generated from .scm files
are stale. This is normally the case after
cloning the Gambit repository (because the
repository HEAD keeps track of the latest
.scm files, but not the .c files generated
from them). This way of building Gambit may
fail if the Gambit compiler itself has
evolved in an incompatible way since the latest
release (the Gambit maintainer should prevent
this situation by creating a release when the
compiler changes incompatibly).

% make bootstrap Builds the system and copies the gsc
executable to gsc-boot in the root directory.
The makefiles call up gsc-boot to
Expand Down
2 changes: 1 addition & 1 deletion include/stamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*/

#define ___STAMP_YMD 20131004
#define ___STAMP_HMS 163654
#define ___STAMP_HMS 170816

0 comments on commit 4fdf5bc

Please sign in to comment.