Ignore:
Timestamp:
Aug 27, 2010, 5:09:13 PM (14 years ago)
Author:
rybkin
Message:

See C.L. 440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/src/NMakefile.header

    r547 r555  
    6969
    7070!IF !EXIST ("$(bin)")
    71 !if [mkdir "$(bin)"] == 0
     71!if [mkdir "$(bin)"] != 0
     72!error (NMakefile.header) Cannot create "$(bin)"
    7273!endif
    7374!ENDIF
     
    7778!if [$(echo) (NMakefile.header) Rebuilding $(cmt_constituents_makefile)] == 0
    7879!endif
    79 !if [$(cmtexe) -tag=$(tags) build constituents_config -out=$(cmt_constituents_makefile)] == 0
     80!if [$(cmtexe) -tag=$(tags) build constituents_config -out=$(cmt_constituents_makefile)] != 0
     81!error (NMakefile.header) Cannot rebuild $(cmt_constituents_makefile)
    8082#!if [$(cmtexe) -tag=$(tags) build constituents_makefile -out=$(cmt_constituents_makefile)] == 0
    8183!endif
Note: See TracChangeset for help on using the changeset viewer.