aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/local-untested
diff options
context:
space:
mode:
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/^-//'
+