Lines Matching refs:d
172 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
507 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508 if test -d $$d/$$file; then \
511 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
513 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
515 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
517 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
520 || cp -p $$d/$$file "$(distdir)/$$file" \
550 || find "$(distdir)" -type d ! -perm -755 \
552 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
553 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
554 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \