-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,7 @@ | |
output deps only, -MD to output deps while compiling (in .d files), | ||
-MP to output phony targets, -MG to keep missing copybooks, | ||
-MQ <target> to Makefile-quote target | ||
|
||
2024-03-15 Fabrice Le Fessant <[email protected]> | ||
|
||
* cobc.c, flags.def: add new flags to output dependencies: | ||
-foneline-deps outputs all dependencies on a single line instead of | ||
multiple lines; -fcopybook-deps outputs only copybook names instead | ||
* flags.def: -fcopybook-deps outputs only copybook names instead | ||
of file paths. -fcopybook-deps also forces -E, -foneline-deps, | ||
-MT=copybooks, disables errors on missing copybooks and removes | ||
output on stdout. | ||
|
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