Lines Matching refs:d
173 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
596 || find "$(distdir)" -type d ! -perm -755 \
598 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
599 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
600 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \