From d816868693b9cbc6c4ce97831f5a2c950b3db260 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 29 Oct 2005 00:53:01 +0000 Subject: cleanup the release target so that it doesnt kill my svn checkout anymore :/ --- Makefile.in | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 80a41f3d2..652694f22 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ #-------------------------------------------------------------- noconfig_targets := menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig clean distclean \ - release tags + release dist tags TOPDIR=./ @@ -369,16 +369,12 @@ distclean: clean $(RM) extra/locale/*.txt $(MAKE) -C extra clean -release: distclean - cd ..; \ - $(RM) -r uClibc-$(VERSION); \ - cp -dRf uClibc uClibc-$(VERSION); \ - find uClibc-$(VERSION)/ -type f \ - -name .\#* -exec $(RM) -r {} \; ; \ - find uClibc-$(VERSION)/ -type d \ - -name .svn -exec $(RM) -r {} \; ; \ - \ - tar -cvzf uClibc-$(VERSION).tar.gz uClibc-$(VERSION)/ +dist release: + $(MAKE) -s distclean + $(RM) -r ../uClibc-$(VERSION) ../uClibc-$(VERSION).tar.gz + svn -q export . ../uClibc-$(VERSION) + tar czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION) + du -b ../uClibc-$(VERSION).tar.gz endif # ifeq ($(HAVE_DOT_CONFIG),y) @@ -387,4 +383,4 @@ include $(top_srcdir)Makerules check: $(MAKE) -C test -.PHONY: dummy subdirs release distclean clean config oldconfig menuconfig utils +.PHONY: dummy subdirs release dist distclean clean config oldconfig menuconfig utils -- cgit v1.2.3