From d31ac3f021a843bb7b1377a57cea53ffffa1fcb6 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 29 Nov 2010 14:03:29 +0100 Subject: [PATCH] do not exclude win32 from the release tarball, as it breaks mingw build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 275bbc60..d2953756 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ do_test: perl test/test.pl $(TEST) release: clean - F=mongoose-`perl -lne '/define\s+MONGOOSE_VERSION\s+"(\S+)"/ and print $$1' mongoose.c`.tgz ; cd .. && tar --exclude \*.hg --exclude \*.svn --exclude \*.swp --exclude \*.nfs\* --exclude win32 -czf x mongoose && mv x mongoose/$$F + F=mongoose-`perl -lne '/define\s+MONGOOSE_VERSION\s+"(\S+)"/ and print $$1' mongoose.c`.tgz ; cd .. && tar --exclude \*.hg --exclude \*.svn --exclude \*.swp --exclude \*.nfs\* -czf x mongoose && mv x mongoose/$$F clean: rm -rf *.o *.core $(PROG) *.obj $(PROG).txt *.dSYM *.tgz