summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-20 15:20:09 +0100
committerJim Meyering <meyering@redhat.com>2009-03-20 15:20:09 +0100
commit143bfd67c97f255cdfcc629161cf5a2bc343aa65 (patch)
tree97409ac3df2bee9e06852db1eaac17030d9bfb59 /cfg.mk
parent0b47305caa39c0b11f0488f0cc115fd6b09f7922 (diff)
downloadcoreutils-143bfd67c97f255cdfcc629161cf5a2bc343aa65.tar.xz
tests: teach sc_dd_O_FLAGS about new syntax in dd.c
* cfg.mk (sc_dd_O_FLAGS): Adapt to new syntax.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e2205729b..c6b6e9b1c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -51,7 +51,7 @@ old_NEWS_hash = fa6cba1740b3f385520c1b54d90859ca -
dd = $(srcdir)/src/dd.c
sc_dd_O_FLAGS:
@rm -f $@.1 $@.2
- @{ echo O_FULLBLOCK; perl -nle '/MAX \((O_\w*),/ and print $$1' \
+ @{ echo O_FULLBLOCK; perl -nle '/^ +\| (O_\w*)$$/ and print $$1' \
$(dd); } | sort > $@.1
@{ echo O_NOFOLLOW; perl -nle '/{"[a-z]+",\s*(O_\w+)},/ and print $$1' \
$(dd); } | sort > $@.2