rpms/ghc-gtk2hs Makefile,NONE,1.1

Jens Petersen petersen at fedoraproject.org
Sun Nov 9 01:46:36 UTC 2008


Author: petersen

Update of /cvs/pkgs/rpms/ghc-gtk2hs
In directory cvs1.fedora.phx.redhat.com:/home/fedora/petersen/admin/tmpcvsb13915/rpms/ghc-gtk2hs

Added Files:
	Makefile 
Log Message:
Setup of module ghc-gtk2hs


--- NEW FILE Makefile ---
# Top level Makefile for module ghc-gtk2hs
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