diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 21:30:48 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2012-01-15 21:30:48 +0000 |
commit | 47c607cdca55691c3f86f482f48a56a83d09bf34 (patch) | |
tree | 1825e70254f9dd1921c6647756257745305423f3 /winsup/w32api/ChangeLog | |
parent | fe493b0f4b9cf42766cd81772a7c3887eb0c1a26 (diff) | |
download | cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.tar.gz cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.tar.bz2 cygnal-47c607cdca55691c3f86f482f48a56a83d09bf34.zip |
Add 'check' as GCS conforming alias for make's 'test' goal.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 05012f979..63a588471 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,17 @@ 2012-01-15 Keith Marshall <keithmarshall@users.sf.net> + Add 'check' as GCS conforming alias for make's 'test' goal. + + * Makefile.in (check): New goal; declare as .PHONY; implement it as... + (test): ... alternative goal name for this; the original 'test' goal + may now be considered as deprecated, but there is no pressing need to + withdraw support for it. + + * lib/Makefile.in lib/ddk/Makefile.in lib/directx/Makefile.in: + (check, test): Likewise. + +2012-01-15 Keith Marshall <keithmarshall@users.sf.net> + More makefile code refactoring; remove redundant INCLUDES references. * lib/directx/Makefile.in (INCLUDES): Reference to include/directx |