projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b47305
)
tests: teach sc_dd_O_FLAGS about new syntax in dd.c
author
Jim Meyering
<meyering@redhat.com>
Fri, 20 Mar 2009 14:20:09 +0000
(15:20 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 20 Mar 2009 14:20:09 +0000
(15:20 +0100)
* cfg.mk (sc_dd_O_FLAGS): Adapt to new syntax.
cfg.mk
patch
|
blob
|
history
diff --git
a/cfg.mk
b/cfg.mk
index
e220572
..
c6b6e9b
100644
(file)
--- 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