rpms/bubblemon Makefile,NONE,1.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Aug 12 07:58:19 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/bubblemon
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28415/bubblemon

Added Files:
	Makefile 
Log Message:
broken import



--- NEW FILE Makefile ---
# Top level Makefile for module bubblemon
all : CVS/Root common-update
	@cvs update

common-update : CVS/Root common
	@cd common && cvs update

common : CVS/Root
	@cvs checkout common

CVS/Root :
	@echo "ERROR: This does not look like a CVS checkout" && exit 1

clean :
	@find . -type f -name *~ -exec rm -fv {} \;




More information about the fedora-extras-commits mailing list