summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames W. Mills2011-12-20 14:55:31 -0600
committerJames W. Mills2011-12-20 15:14:45 -0600
commitdecc1c6bc1490207aef1dba16ede1cc6ace4f057 (patch)
treecfb02ce8e4e129522dd66906fb4f3792bf513571
parent96a16ea228def3413e0631b26899de0988785969 (diff)
downloaddevice-ti-proprietary-open-decc1c6bc1490207aef1dba16ede1cc6ace4f057.tar.gz
device-ti-proprietary-open-decc1c6bc1490207aef1dba16ede1cc6ace4f057.tar.xz
device-ti-proprietary-open-decc1c6bc1490207aef1dba16ede1cc6ace4f057.zip
No longer force reinstallation on every build
The tgz delivered content is no longer installed every time you run make. Instead, it adheres to normal Makefile rules. Change-Id: Ia9f33f14b10b1706ad1f0e6d42fdeed4076b1414 Signed-off-by: James W. Mills <jameswmills@ti.com>
-rwxr-xr-xuntar.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/untar.sh b/untar.sh
index 8e5cc9f..2e5b77f 100755
--- a/untar.sh
+++ b/untar.sh
@@ -12,4 +12,3 @@ if [ -d $1/$2 ]; then
12fi 12fi
13 13
14tar -C $1 -zxf $3 14tar -C $1 -zxf $3
15find $1/$2 -type f -exec touch {} \;