(file) Return to configschema.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / configschema.mak (download)
Revision: 1.5, Fri Jul 9 17:26:09 2004 UTC (19 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.4: +2 -1 lines
BUG#: 1649
TITLE: Problems compiling repository in windows
DESCRIPTION: This is a problem in moving from pgm name only to full path
name for the compiler (CIMMOFL) and the fact that the compiler itself
has a strange test to determine if it should call cimmof or cimmofl.  The
existence of the slash between path and name confuses the compiler in windows
and it calls the cimmof compiler, not cimmofl.  This is a temporary change
just to keep people running while we sort out what should really be done.
This simply removes the path component from the name definition.

# Name for the Pegasus compiler.

CIMMOFCLI = cimmofl

# The INTEROPNS variable defines the absolute name of the
# Pegasus InterOp Namespace.

INTEROPNS=root/PG_InterOp
INTEROPNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_InterOp

# The INTERNALNS variable defines the absolute name of the
# Pegasus INTERNALNS Namespace.

INTERNALNS = root/PG_Internal
INTERNALNSDIRECTORY = $(REPOSITORY_ROOT)/root\#PG_Internal

# The MANAGEDSYSTEMNS variable defines the absolute name of the
# namespace for the managed system running the CIMOM.  The content and
# the name of this namespace is expected to be platform specific.

MANAGEDSYSTEMNS = NOTDEFINED

ifeq ($(OS), HPUX)
#   MANAGEDSYSTEMNS = root/HPV2
#   MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#HPV2
endif

ifeq ($(MANAGEDSYSTEMNS),NOTDEFINED) 
   MANAGEDSYSTEMNS = root/cimv2
   MANAGEDSYSTEMNSDIRECTORY = $(REPOSITORY_ROOT)/root\#cimv2
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2