/[pkgs]/rpms/firefox/Makefile
ViewVC logotype

Contents of /rpms/firefox/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Nov 8 04:17:18 2004 UTC (5 years ago) by cvsextras
Branch: MAIN
CVS Tags: HEAD
Setup of module firefox
1 # Top level Makefile for module firefox
2 all : CVS/Root common-update
3 @cvs update
4
5 common-update : CVS/Root common
6 @cd common && cvs update
7
8 common : CVS/Root
9 @cvs checkout common
10
11 CVS/Root :
12 @echo "ERROR: This does not look like a CVS checkout" && exit 1
13
14 clean :
15 @find . -type f -name *~ -exec rm -fv {} \;

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2