diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-23 19:05:52 +0000 |
commit | 74782bf788b0e33f2e9a6c7d90158f22b9799629 (patch) | |
tree | eec0ba77668d87c09f8a84c7cbbe8604e9b39354 /perl-install/install | |
parent | 6673cb97ed58b86f2310a88f7e11cc377e87285b (diff) | |
download | drakx-74782bf788b0e33f2e9a6c7d90158f22b9799629.tar drakx-74782bf788b0e33f2e9a6c7d90158f22b9799629.tar.gz drakx-74782bf788b0e33f2e9a6c7d90158f22b9799629.tar.bz2 drakx-74782bf788b0e33f2e9a6c7d90158f22b9799629.tar.xz drakx-74782bf788b0e33f2e9a6c7d90158f22b9799629.zip |
(dist-svn) split it out of (tar)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 1cbdee2fe..22370fc3d 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -15,8 +15,7 @@ all: xs clean xs: make -C .. $@ -tar: - rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) +dist-svn: mkdir -p $(PRODUCT)-$(VERSION) svn export -q -rBASE .. $(PRODUCT)-$(VERSION)/perl-install svn export -q -rBASE ../../tools $(PRODUCT)-$(VERSION)/tools @@ -25,6 +24,10 @@ tar: tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) +tar: + rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) + @make dist-svn + install: $(MAKE) full_stage2 echo $(VERSION) > $(STAGE2_DEST)/VERSION |