aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 15:37:13 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 15:37:13 +0000
commite3daf975072f2d40724af5368618d654784d1d4d (patch)
treeb29851e21eb9a23faafbda73f8cbccba7828d061 /Makefile
parentf674876bc4822b55cb3305a7e5b96da3f7467022 (diff)
downloadiurt-e3daf975072f2d40724af5368618d654784d1d4d.tar
iurt-e3daf975072f2d40724af5368618d654784d1d4d.tar.gz
iurt-e3daf975072f2d40724af5368618d654784d1d4d.tar.bz2
iurt-e3daf975072f2d40724af5368618d654784d1d4d.tar.xz
iurt-e3daf975072f2d40724af5368618d654784d1d4d.zip
(tar) merge in localcopy now that it has no other user
(needed for next commits)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2ad3e57..fc4d804 100644
--- a/Makefile
+++ b/Makefile
@@ -21,13 +21,11 @@ install:
install -m755 iurt2 $(bindir)/iurt
install -m755 emi ulri $(bindir)/
-tar: localcopy
- tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
- rm -rf $(PACKAGE)-$(VERSION)
-
-localcopy:
+tar:
rm -fr $(PACKAGE)-$(VERSION)
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
+ tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
+ rm -rf $(PACKAGE)-$(VERSION)
clean:
rm -rf svn