index
:
build
master
follow build instructions embedded in source files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-09
Process first character of line too
John Ankarström
2021-07-09
Print current file, not first file
John Ankarström
2021-07-09
Fix use after free
John Ankarström
2021-07-09
Handle non-existent target, dependencies
John Ankarström
2021-07-09
Use set -e, -x in shell process, handle exit status correctly
John Ankarström
2021-07-07
Check status of shell command
John Ankarstrom
2021-07-07
build.1: Clarify target parsing
John Ankarstrom
2021-07-07
build.1: Add another example
John Ankarstrom
2021-07-07
build.1: Document -f flag
John Ankarstrom
2021-07-07
Add -f (force) flag
John Ankarstrom
2021-07-07
Add cleandep, cleantgt, nextdep abstractions
John Ankarstrom
2021-07-06
build.1: Clarify
John Ankarstrom
2021-07-06
Execute commands in the same shell process
John Ankarstrom
2021-07-06
Fix typo
John Ankarstrom
2021-07-06
build.1: Reword description
John Ankarstrom
2021-07-06
Add build.1
John Ankarstrom
2021-07-06
Read no more than 20 lines from each file
John Ankarstrom
2021-07-06
Add -d flag
John Ankarstrom
2021-07-06
Rewrite in C
John Ankarstrom
2021-07-06
Add 'build' script
John Ankarstrom