(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src

File: [Pegasus] / pegasus / src / Makefile (download)
Revision: 1.19, Tue Aug 3 22:28:44 2004 UTC (19 years, 9 months ago) by kumpf
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, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CQL_2_5_BRANCH, CHUNKTESTDONE_PEP140
Changes since 1.18: +4 -2 lines
BUG#: 1772
TITLE: [HP-RK] All command line parameters in Makefiles should be enclosed in double quotes

DESCRIPTION: Added quotes to upper case arguments in pegasus/src/Makefile as a trial run.  If no problems are reported, this fix will be rolled out to other Makefiles as necessary.

ROOT = ..

include $(ROOT)/mak/config.mak

ifdef PEGASUS_ENABLE_SLP
DIRS = utils Pegasus slp Clients Providers Server
else
DIRS = utils Pegasus Clients Providers Server
endif


include $(ROOT)/mak/recurse.mak

rebuild: clean depend all repository config

world: depend all repository config
	$(MAKE) -s tests

# Note: Arguments must be quoted to preserve upper case characters in VMS.
repository:
	@ $(MAKE) "-SC" Pegasus/Compiler/load repository

config:
	@ $(MAKE) "-SC" Providers/generic/ConfigSettingProvider/load config 


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2