summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8276f28)
raw | patch | inline | side by side (parent: 8276f28)
author | Bill Mills <wmills@ti.com> | |
Mon, 5 Sep 2011 18:58:16 +0000 (14:58 -0400) | ||
committer | Bill Mills <wmills@ti.com> | |
Mon, 5 Sep 2011 18:58:16 +0000 (14:58 -0400) |
These files have not been updated when the build procedure changed
but there were still present causing confusion.
Signed-off-by: Bill Mills <wmills@ti.com>
but there were still present causing confusion.
Signed-off-by: Bill Mills <wmills@ti.com>
mk | [deleted symlink] | patch | blob | history |
time-make | [deleted file] | patch | blob | history |
time-make-all | [deleted file] | patch | blob | history |
diff --git a/time-make b/time-make
--- a/time-make
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/bash
-clear
-mkdir -p logs
-
-. setenv
-
-if [ -z "$LOG_NAME" ] ; then LOG_NAME=-$1 ; fi
-if [ "$LOG_NAME" = "-" ] ; then LOG_NAME="" ; fi
-
-$(which time) -v -o logs/make$LOG_NAME.time make -C src/make "$@" 2>&1 | tee logs/make$LOG_NAME.log
-
diff --git a/time-make-all b/time-make-all
--- a/time-make-all
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-./time-make clean
-./time-make c6472
-LOGNAME=-null ./time-make c6472
-
-