/[soft]/rootfiles/trunk/Makefile
ViewVC logotype

Annotation of /rootfiles/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6927 - (hide annotations) (download)
Tue Jan 1 19:34:07 2013 UTC (11 years, 3 months ago) by lmenut
File size: 668 byte(s)
Makefile: switch to xz for tarball
1 lmenut 6921 NAME = rootfiles
2     VERSION = 11.0
3     DOTFILES = Xdefaults bash_logout bash_profile bashrc bash_completion cshrc tcshrc vimrc
4     DOC = ChangeLog
5     BUILDFILES = Makefile
6     DESTDIR =
7    
8     all:
9     @echo "Use make install"
10    
11     install:
12     install -m700 -d $(DESTDIR)/root
13     for i in $(DOTFILES) ; do cp -ar $$i $(DESTDIR)/root/.$$i ; done
14     install -d -m700 $(DESTDIR)/root/tmp
15    
16     dis: clean changelog
17     rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
18     mkdir -p $(NAME)-$(VERSION)
19     cp $(DOC) $(DOTFILES) $(BUILDFILES) $(NAME)-$(VERSION)/
20 lmenut 6927 tar cfa $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
21 lmenut 6921 rm -rf $(NAME)-$(VERSION)
22    
23     clean:
24     rm -f *~
25    
26     changelog:
27     svn2cl -o ChangeLog || :
28     rm -f ChangeLog.bak

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30