rpms/nc6 Makefile,NONE,1.1

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Mar 13 09:45:38 UTC 2006


Author: mschwendt

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

Added Files:
	Makefile 
Log Message:
fix interrupted new-module setup


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

common-update : 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