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

File: [Pegasus] / pegasus / rpm / Attic / Makefile (download)
Revision: 1.2, Wed Jun 30 15:03:23 2004 UTC (19 years, 11 months ago) by konrad.r
Branch: MAIN
Changes since 1.1: +2 -1 lines
PEP#: 152
TITLE: Make Pegasus LSB compliant

DESCRIPTION:
Add support in Schemas directory to install a repository

ROOT = ../

include $(ROOT)/mak/config.mak

#Defines subdirectories to go to recursively

DIRS =  manLinux

define NL
endef

all:

depend:

tests:

poststarttests:

clean:

misc:

messages:

install: $(RECURSE_DEPENDS) $(ERROR)
	$(MKDIRHIER) $(DEST_ETC_DIR)
	$(MKDIRHIER) $(SYSCONF_PREFIX)/init.d
	$(COPY) cimserver_planned.conf $(DEST_ETC_DIR)
	$(COPY) pegasus-lsb.rc $(SYSCONF_PREFIX)/init.d/pegasus-lsb
	$(foreach i, $(DIRS), $(MAKESH) $(MAKE) -SC $(i) install $(NL) )


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2