mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 09:31:49 +00:00
* Add ability to include user makefile rules before main makefile is read. #801 Added 2 new files that are optionally included in the main makefile, S_pre.mk and S_post.mk. S_post.mk serves the same purpose as S_overrides.mk. The intent is 1. (19) Have both files present in the current major version. 2. (21) Add warning deprecating S_overrides.mk 3. (23) Actually deprecate S_overrides.mk * Add ability to include user makefile rules before main makefile #802 Moving pre inclusion to after TRICK_HOME is defined. * blank line