Skip to content

Commit

Permalink
Fixed README lines about .DELETE_ON_ERROR - see #46
Browse files Browse the repository at this point in the history
  • Loading branch information
ihh committed Jan 18, 2018
1 parent 854684e commit 0cb7833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@ The following features of GNU Make are not (yet) implemented:
- `.NOTPARALLEL` is implemented
- `.ONESHELL` is implemented
- `.IGNORE` is implemented
- `.SECONDARY` is implicit and `.INTERMEDIATE` is unsupported: Biomake never removes intermediate files
- `.DELETE_ON_ERROR` is implemented
- `.PRECIOUS` is implicit for all targets, and `.DELETE_ON_ERROR` is unsupported: Biomake does not delete files on interruption or error
- `.SECONDARY` is implicit and `.INTERMEDIATE` is unsupported: Biomake never removes intermediate files (unless `.DELETE_ON_ERROR` is specified)
- `.PRECIOUS` is implicit for all targets
- `.SECONDEXPANSION` is implicit
- `.SUFFIXES` is unsupported (or implicit with no dependencies), since suffix rules are unsupported
- other special targets not mentioned in the above list are not supported (they'll just be parsed as regular targets, i.e. ignored)
Expand Down

0 comments on commit 0cb7833

Please sign in to comment.