summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/amdgrep
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/m4/amdgrep')
-rwxr-xr-xcontrib/amd/m4/amdgrep7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/amd/m4/amdgrep b/contrib/amd/m4/amdgrep
new file mode 100755
index 0000000..86dffbf
--- /dev/null
+++ b/contrib/amd/m4/amdgrep
@@ -0,0 +1,7 @@
+#!/bin/sh
+exec egrep -n "$*" \
+ [a-z]*/*.[hcyl] \
+ conf/*/*.[hc] \
+ Makefile.am \
+ [a-z]*/Makefile.am \
+ m4/macros/*.m4
OpenPOWER on IntegriCloud