Lines Matching refs:d
154 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450 if test -d $$d/$$file; then \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462 || cp -p $$d/$$file "$(distdir)/$$file" \
492 || find "$(distdir)" -type d ! -perm -755 \
494 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
495 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
496 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \