From decc1c6bc1490207aef1dba16ede1cc6ace4f057 Mon Sep 17 00:00:00 2001 From: James W. Mills Date: Tue, 20 Dec 2011 14:55:31 -0600 Subject: 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 --- untar.sh | 1 - 1 file changed, 1 deletion(-) 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 fi tar -C $1 -zxf $3 -find $1/$2 -type f -exec touch {} \; -- cgit v1.2.3