-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
?
build.sh
: incremental builds (reuse objects),
unless called as `./build.sh [--clean || --rebuild]` (or unless source code is more new). This reduces average build times an order of magnitude, but was too much bloat with list of sources to build (thus replaced lists with loops). Is progress to issue #18 (which is almost all about build scripts). Is followup to: 35b2387 (?`build.sh`: +`OBJDIR`(+`obj/`), +`BINDIR`(+`bin/`)). TODO: since generic code replaced most of this, move the generic code into `./Macros.sh` (or other script suitable to reuse). TODO: remove `[` clutter, remove `basename` clutter (`> /dev/null` doesn't fix this). ?`README.md`: Misc typo fixes. ?`Console flags:`: How to put `--clean` (or `--rebuild`) to use. ?`Files:`: Point out that incremental builds require prefix "Class" for local includes. Is followup to 58f4a78 (?`README.md`: ... Fixups: ...).
- Loading branch information
1 parent
58f4a78
commit 2a6e624
Showing
2 changed files
with
62 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters