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

Contents of /rootfiles/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6921 - (show annotations) (download)
Tue Jan 1 18:46:12 2013 UTC (11 years, 3 months ago) by lmenut
File size: 698 byte(s)
Import rootfiles
1 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 tar cf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
21 bzip2 -9f $(NAME)-$(VERSION).tar
22 rm -rf $(NAME)-$(VERSION)
23
24 clean:
25 rm -f *~
26
27 changelog:
28 svn2cl -o ChangeLog || :
29 rm -f ChangeLog.bak

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30