[Scummvm-cvs-logs] scummvm master -> a8a698c82b748b73224f01c3bd19b29a2e698ab0

sev- sev at scummvm.org
Wed Nov 23 13:56:24 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a8a698c82b BUILD: Added comment to new project generation target


Commit: a8a698c82b748b73224f01c3bd19b29a2e698ab0
    https://github.com/scummvm/scummvm/commit/a8a698c82b748b73224f01c3bd19b29a2e698ab0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-11-23T04:55:54-08:00

Commit Message:
BUILD: Added comment to new project generation target

Changed paths:
    ports.mk



diff --git a/ports.mk b/ports.mk
index 3149ffb..e195e01 100644
--- a/ports.mk
+++ b/ports.mk
@@ -248,10 +248,13 @@ win32setup: $(EXECUTABLE)
 # Special target to generate project files for various IDEs
 # Mainly Win32-specific
 #
+
+# The release branch is in form 'heads/branch-1-4-1', for this case
+# $CUR_BRANCH will be equal to '1', for the rest cases it will be empty
 CUR_BRANCH := $(shell cd $(srcdir); git describe --all |cut -d '-' -f 4-)
 
 ideprojects: devtools/create_project
-ifneq ($(VER_DIRTY), -dirty)
+ifeq ($(VER_DIRTY), -dirty)
 	$(error You have uncommitted changes) 
 endif 
 ifeq "$(CUR_BRANCH)" "heads/master"






More information about the Scummvm-git-logs mailing list