mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory.
This commit is contained in:
parent
18951f0437
commit
625c7b185f
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -6,7 +6,7 @@ export CLASSPATH
|
|||||||
# put the directory where this file lives in the front of the path, because
|
# put the directory where this file lives in the front of the path, because
|
||||||
# that directory also contains jikes, which we will need at runtime.
|
# that directory also contains jikes, which we will need at runtime.
|
||||||
#
|
#
|
||||||
PATH=`pwd`/`dirname $0`:`pwd`/java/bin:${PATH}
|
PATH=`pwd`/`dirname $0`/tools:${PATH}
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# put the directory with the native RXTX libs in the library path
|
# put the directory with the native RXTX libs in the library path
|
||||||
|
BIN
build/linux/dist/tools/uisp
vendored
Executable file
BIN
build/linux/dist/tools/uisp
vendored
Executable file
Binary file not shown.
@ -60,6 +60,7 @@ echo Copying dist files...
|
|||||||
cp -r dist/lib work/
|
cp -r dist/lib work/
|
||||||
#cp -r dist/core work/
|
#cp -r dist/core work/
|
||||||
cp -r dist/bootloader work/
|
cp -r dist/bootloader work/
|
||||||
|
cp -r dist/tools work/
|
||||||
|
|
||||||
### -- START BUILDING -------------------------------------------
|
### -- START BUILDING -------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user