1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Committing individual examples instead of one .zip

This commit is contained in:
David A. Mellis
2006-04-26 11:09:43 +00:00
parent 9dbfe53224
commit 260c5d5ee1
39 changed files with 2057 additions and 16 deletions

View File

@ -23,7 +23,7 @@ else
mkdir -p work/classes/processing/app/syntax
mkdir -p work/classes/processing/app/tools
mkdir -p work/lib/build
mkdir -p work/examples
#mkdir -p work/examples
cp dist/librxtxSerial.jnilib work/
cp -pR dist/drivers work/
@ -34,8 +34,9 @@ else
# cvs doesn't seem to want to honor the +x bit
chmod +x work/Arduino.app/Contents/MacOS/JavaApplicationStub
echo Extracting examples...
unzip -d work/examples ../shared/dist/examples.zip
#echo Extracting examples...
#unzip -d work/examples ../shared/dist/examples.zip
cp -pR ../shared/
# copy the avr-gcc distribution
echo Copying tools \(this may take a minute\)...