make/SourceRevision.gmk
changeset 42284 38f8784217d0
parent 42283 eb9bd075b879
child 42848 27ad8b2418f7
equal deleted inserted replaced
42283:eb9bd075b879 42284:38f8784217d0
   117     store-source-revision:
   117     store-source-revision:
   118 	$(call LogWarn, Error: No mercurial configuration present, cannot create .src-rev)
   118 	$(call LogWarn, Error: No mercurial configuration present, cannot create .src-rev)
   119 	exit 2
   119 	exit 2
   120 
   120 
   121     create-source-revision-tracker:
   121     create-source-revision-tracker:
   122 	$(call LogWarn, Error: No mercurial configuration present and no .src-rev)
   122 	$(call LogWarn, Warning: No mercurial configuration present and no .src-rev)
   123 	exit 2
       
   124   endif
   123   endif
   125 
   124 
   126 endif
   125 endif
   127 
   126 
   128 all: store-source-revision create-source-revision-tracker
   127 all: store-source-revision create-source-revision-tracker