BUG#: 8800
[tpot/pegasus/.git] / Schemas / Pegasus / ManagedSystem / Makefile
index 690857b0dc3a50b6fc989141bbfa99ff48d0b7a8..a8d284b6a1acc0f80121edcdad9aa040acdd7a3b 100644 (file)
@@ -78,7 +78,7 @@ else
        @ $(ECHO) +++++ Registering Providers for PG_ManagedSystemSchema21R ...
        @ $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-I$(PG_MOF_PATH)" "-n$(INTEROPNS)" "$(PG_MOF_PATH)/PG_ManagedSystemSchema21R.mof"
 endif
-ifndef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
+ifeq ($(PEGASUS_USE_RELEASE_CONFIG_OPTIONS),false)
        @ $(ECHO) +++++ Loading PG_ManagedSystemTestSchema$(PG_SCHEMA_VER) into $(MANAGEDSYSTEMNS) namespace ...
        @ $(CIMMOFCLI) "-R$(REPOSITORY_DIR)" "-N$(REPOSITORY_NAME)" "-M$(REPOSITORY_MODE)" "-I$(PG_MOF_PATH)" "-n$(MANAGEDSYSTEMNS)" "$(PG_MOF_PATH)/PG_ManagedSystemTestSchema$(PG_SCHEMA_VER).mof"
        @ $(ECHO) +++++ Registering Providers for PG_ManagedSystemTestSchema$(PG_SCHEMA_VER) ...
@@ -104,7 +104,7 @@ repositoryServer:
        @ cimmof  "-I$(PG_MOF_PATH)" "-n$(MANAGEDSYSTEMNS)" "$(PG_MOF_PATH)/PG_ManagedSystemSchema$(PG_SCHEMA_VER).mof"
        @ $(ECHO) +++++ Registering Providers for PG_ManagedSystemSchema$(PG_SCHEMA_VER) ...
        @ cimmof "-I$(PG_MOF_PATH)" "-n$(INTEROPNS)" "$(PG_MOF_PATH)/PG_ManagedSystemSchema$(PG_SCHEMA_VER)R.mof"
-ifndef PEGASUS_USE_RELEASE_CONFIG_OPTIONS
+ifeq ($(PEGASUS_USE_RELEASE_CONFIG_OPTIONS),false)
        @ $(ECHO) +++++ Loading PG_ManagedSystemTestSchema$(PG_SCHEMA_VER) into $(MANAGEDSYSTEMNS) namespace ...
        @ cimmof  "-I$(PG_MOF_PATH)" "-n$(MANAGEDSYSTEMNS)" "$(PG_MOF_PATH)/PG_ManagedSystemTestSchema$(PG_SCHEMA_VER).mof"
        @ $(ECHO) +++++ Registering Providers for PG_ManagedSystemTestSchema$(PG_SCHEMA_VER) ...