diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2016-08-31 00:08:49 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2016-08-31 00:08:49 +0000 |
| commit | ca57057f598bfc7119f79f71bf38ec88244ab396 (patch) | |
| tree | 051f78ef258707b493cc7cb21569b6949915f6c7 /m4/amdgrep | |
| parent | e66b16bf080ead1c51f321eaf56710c771778706 (diff) | |
Import am-utils 6.2,vendor/amd/6.2vendor/amd
Suggested by: pfg@
Obtained from: ftp://ftp.am-utils.org/pub/am-utils/
Notes
Notes:
svn path=/vendor/amd/dist/; revision=305100
svn path=/vendor/amd/6.2/; revision=305101; tag=vendor/amd/6.2
Diffstat (limited to 'm4/amdgrep')
| -rwxr-xr-x | m4/amdgrep | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/amdgrep b/m4/amdgrep new file mode 100755 index 000000000000..86dffbf791cf --- /dev/null +++ b/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 |
