not work as-is with "GNU sed version 3.02".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87203
13f79535-47bb-0310-9956-
ffa450edef68
for d in `find . -name Makefile`; do \
i=`dirname "$$d"`; \
target="$$otarget"; \
- in_apr=`echo $$i|sed 's%^.*apr(-util)?/.*$$%ignore_apr_subdirs%'`; \
+ in_apr=`echo $$i|sed 's%^.*apr/.*$$%ignore_apr_subdirs%'`; \
+ in_apr=`echo $$in_apr|sed 's%^.*apr-util/.*$$%ignore_apr_subdirs%'`; \
if test "x$$in_apr" != "xignore_apr_subdirs"; then \
echo "Making $$target in $$i"; \
if test "$$i" = "."; then \