[comp.lang.ada] Dec's "$ACS LINK". How do I make it conditional?

paul@cernvax.UUCP (paul) (05/18/88)

We have an Ada subsystem that is rebuilt using MMS (Dec's version of Unix MAKE).
Of course, the MMS should do little but call ACS. 

Life is not that easy however as I can't seem to find a decent way to get ACS to
do a conditional LINK for me. ACS COMPILE is fine as it only compiles if
necessary, ie after inspecting the closure sources and object. On the other
hand, ACS LINK seems to link always. 

My temporary workaround is to have dummy .obj files created by ACS COMPILE
whenever it does any work. The dummy files are outside in a directory where MMS
can see them and subsequently decide whether there is a need to re-link. This is
an awful mess though. 

Does anyone know how to make ACS LINK conditional? 

Paul Burkimsher, Cern, Geneva. "Here's my vote for 1 line signatures."