[Expat-bugs] [ expat-Bugs-699323 ] VMS: descrip.mms incomplete (1.95.6 et al)

SourceForge.net noreply at sourceforge.net
Fri Mar 7 03:36:17 EST 2003


Bugs item #699323, was opened at 2003-03-07 03:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=699323&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: VMS: descrip.mms incomplete (1.95.6 et al)

Initial Comment:
MMS fails after updating library with:
%MMS-F-GWKNOACTS, Actions to update ALL are unknown.

Fix: replace the "all : $(library)" line with:

"all : sys$common:[syslib]$(LIBRARY),
sys$common:[syslib]expat.h
        @ !

sys$common:[syslib]$(library) : $(library)
        copy/log $(mms$source) $(mms$target)

sys$common:[syslib]expat.h : $(apiheader)
        copy/log $(mms$source) $(mms$target)

"
NB: it's important that each rule consists of  a 1-line
'dependency' followed by a 1-line 'action' followed by
a blank line.
The spaces are important too.
(Yes, MMS *is* very picky)

    - chris.sharman at ccagroup.co.uk

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=699323&group_id=10127



More information about the Expat-bugs mailing list