summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 20:28:58 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 20:30:27 +0100
commita6cbd0d1aaefd051435ad264a51f466fed5a775d (patch)
treeeebe8d784fd0d04fc7bb22e92afbc2a9e829b9b7 /Makefile.in
parenta7a21c57f0ef555f926ae60ce3941d487811a00a (diff)
downloaduClibc-alpine-a6cbd0d1aaefd051435ad264a51f466fed5a775d.tar.bz2
uClibc-alpine-a6cbd0d1aaefd051435ad264a51f466fed5a775d.tar.xz
buildsys: move dist to git
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index a88983823..3c71830ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -518,10 +518,9 @@ distclean: clean
$(MAKE) -C extra/config distclean
dist release:
- $(RM) -r ../uClibc-$(VERSION) ../uClibc-$(VERSION).tar.bz2
- svn -q export . ../uClibc-$(VERSION)
- $(TAR) cjf ../uClibc-$(VERSION).tar.bz2 -C .. uClibc-$(VERSION)
- du -b ../uClibc-$(VERSION).tar.bz2
+ $(RM) ../uClibc-$(VERSION).tar
+ git archive HEAD --format=tar --prefix=uClibc-$(VERSION)/ \
+ > ../uClibc-$(VERSION).tar
test check: test_compile
$(Q)$(MAKE) -C test