1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

Now exclude svn dirs in tar

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@16 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2006-07-08 00:25:27 +00:00
parent e8254fa575
commit 94186b6f21

View File

@@ -50,7 +50,7 @@ release:
-$(MAKE) clean
-@rm config/.* config/config.h
-@rm config/*.msi config/*.back.aip
cd ../; tar cvfz $(RELEASE).tar.gz axTLS; cd -;
cd ../; tar cvfz $(RELEASE).tar.gz --wildcards-match-slash --exclude .svn axTLS; cd -;
docs:
$(MAKE) -C docsrc doco
@@ -70,7 +70,8 @@ win32_demo:
./axTLS/axssl.vbnet.exe \
./axTLS/axtls.jar \
./axTLS/www/* \
./axTLS/www/crypto_files/*; \
./axTLS/www/crypto_files/* \
./axTLS/www/test_dir/*; \
unzip -d axTLS.release_test $(RELEASE).zip; cd -;
# tidy up things
@@ -131,5 +132,3 @@ win32releaseconf: config/scripts/config/conf
@./config/scripts/config/conf -D config/win32config $(CONFIG_CONFIG_IN) > /dev/null
$(MAKE)