Commit e9a6591f authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

sw: Small changes in Makefile

The changes are the addition of chmod commands to set the shell scripts as
executables on make.
parent f0b4ca7b
......@@ -12,7 +12,7 @@ all:
mkdir -p ubuntu/t485/pyts/
cp python/* ubuntu/t485/pyts/
./rename $(BOARD) $(ELMAIP) $(ELMAPWD) $(ELMASLOT)
chmod +x rename; ./rename $(BOARD) $(ELMAIP) $(ELMAPWD) $(ELMASLOT)
cp ubuntu/t485/pyts/pts.py ubuntu/t485/pts
cp ubuntu/t485/pyts/jpts.py ubuntu/t485/jpts
......@@ -32,6 +32,11 @@ all:
wget -P ubuntu/t485/boot http://www.ohwr.org/attachments/download/3650/flash_load.bit
wget -P ubuntu/t485/boot http://www.ohwr.org/attachments/download/3657/golden-v0.0_release-v1.0.bin
chmod +x ubuntu/t485/shell/*
chmod +x ubuntu/t485/boot/*
chmod +x ubuntu/t485/jpts
chmod +x ubuntu/t485/pts
clean:
rm -rf ubuntu/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment