epics-base / ci-scripts

Continuous Integration Scripts for EPICS Modules
Other
8 stars 18 forks source link

Overwrite configure/RELEASE #17

Closed tboegi closed 4 years ago

tboegi commented 4 years ago

The current scripts append the line

-include $(TOP)/../RELEASE.local

at the end of the configure/RELEASE file. While this works for most EPICS modules, there is one drawback: Definitions like

SUPPORT=/myfavorite/build/server

are not allways overwrtitten (better say undefined).

Fix this and create a configure/RELEASE file which is the same for all EPICS modules. Simply overwrite configure/RELEASE with what we want.

Thanks to the EPICS community for this suggestion

ralphlange commented 4 years ago

Looks fine. Thanks a lot!

BenBradnick commented 4 years ago

This fixes my issues on modules with CHECK_RELEASE=YES and where the default SUPPORT macro is defined to different example paths. Can this be merged?