/[public]/fat-epoc/trunk/Makefile
ViewVC logotype

Annotation of /fat-epoc/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 285 - (hide annotations)
Mon Nov 21 20:47:47 2005 UTC (18 years, 5 months ago) by frodo
File size: 217 byte(s)
(Frodo) Added README and COPYING files, and a Makefile

1 frodo 285 PACKAGE=kernel-patch-fat-epoc
2     VERSION=1.3
3     FILES=*.diff README COPYING
4    
5     BASENAME=$(PACKAGE)-$(VERSION)
6    
7     package:
8     ln -s . $(BASENAME)
9     tar cfvzp $(BASENAME).tar.gz $(addprefix $(BASENAME)/,$(FILES))
10     $(RM) $(BASENAME)

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26