You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do some testing of MMS to determine where (and if) we should be stripping back whitespace as much. MMK currently does. There seems to be a couple places where this may create some issues.
The text was updated successfully, but these errors were encountered:
targ 2 is "targ 2"
%MMS-I-GWKEXESTS, Status of executed command is %X00010001.
-RMS-S-NORMAL, normal successful completion
%MMS-I-GWKUPDONE, Completed update for target "targ 2"
%MMS-I-GWKOLDNOD, Target targ1 is older than "targ 2"
%MMS-I-GWKWILLEX, MMS will try executing action line to update target targ1
targ1 depends on "targ 2"
%MMS-I-GWKEXESTS, Status of executed command is %X00010001.
-RMS-S-NORMAL, normal successful completion
%MMS-I-GWKUPDONE, Completed update for target targ1
$ mmk/ident
%MMK-I-IDENT, this is the MMK Make Utility V5.0
-MMK-I-COPYRIGHT, Copyright (c) 2008, Matthew Madison.
Copyright (c) 2012, Endless Software Solutions.
See LICENSE.TXT in distribution kit for license information.
$ mmk/log/descrip=spaces.mms
%MMK-I-OPENDESC, reading description file D0:[craig]spaces.mms;4
%MMK-I-CHECKUPD, checking need to update target TARG1
%MMK-I-TRGLKUF, lookup for target TARG1 failed - update required
%MMK-I-CHECKUPD, checking need to update target "TARG
%MMK-I-TRGLKUF, lookup for target "TARG failed - update required
%MMK-I-PERFUPD, performing actions to update "TARG
targ 2 is "TARG"
%MMK-I-TRGNUPD, target TARG1 is out of date - update required
%MMK-I-CHECKUPD, checking need to update target 2"
%MMK-I-TRGLKUF, lookup for target 2" failed - update required
%MMK-I-PERFUPD, performing actions to update 2"
targ 2 is 2"
%MMK-I-TRGNUPD, target TARG1 is out of date - update required
%MMK-I-PERFUPD, performing actions to update TARG1
targ1 depends on "TARG"
Do some testing of MMS to determine where (and if) we should be stripping back whitespace as much. MMK currently does. There seems to be a couple places where this may create some issues.
The text was updated successfully, but these errors were encountered: