rpms/perl-HTTP-Parser Makefile,NONE,1.1

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Fri Jun 18 08:44:12 UTC 2010


Author: huzaifas

Update of /cvs/pkgs/rpms/perl-HTTP-Parser
In directory cvs01.phx2.fedoraproject.org:/home/fedora/huzaifas/CVSROOT/admin/tmpcvsrm5998/rpms/perl-HTTP-Parser

Added Files:
	Makefile 
Log Message:
Setup of module perl-HTTP-Parser


--- NEW FILE Makefile ---
# Top level Makefile for module perl-HTTP-Parser
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 scm-commits mailing list