aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/local-untested
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2004-05-24 02:23:12 +0000
committerno-author <no-author@gcc.gnu.org>2004-05-24 02:23:12 +0000
commit3ff85b2c52e4db494c6facb65a5bd7768ccd8843 (patch)
tree5da6bbd60844f1cad239f017eebb97a849d3f35d /maintainer-scripts/local-untested
parent03846eafd7c275b583a97c40554da04c978a110a (diff)
This commit was manufactured by cvs2svn to create tagapple/gcc-1755
'apple-gcc-1755'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/apple-gcc-1755@82190 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/local-untested')
-rwxr-xr-xmaintainer-scripts/local-untested9
1 files changed, 9 insertions, 0 deletions
diff --git a/maintainer-scripts/local-untested b/maintainer-scripts/local-untested
new file mode 100755
index 00000000000..f7953192fba
--- /dev/null
+++ b/maintainer-scripts/local-untested
@@ -0,0 +1,9 @@
+#!/bin/sh
+# APPLE LOCAL file maintenance
+# Use from the toplevel directory.
+
+maintainer-scripts/local-summary gcc >/tmp/locals1
+maintainer-scripts/local-summary gcc/testsuite >/tmp/locals2
+
+diff -u /tmp/locals1 /tmp/locals2 | grep '^-' | sed -e 's/^-//'
+