Lines Matching refs:d
232 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
504 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
505 echo "$$d$$p"; \
525 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
526 echo "$$d$$p"; \
660 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
661 if test -d $$d/$$file; then \
664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
673 || cp -p $$d/$$file "$(distdir)/$$file" \
703 || find "$(distdir)" -type d ! -perm -755 \
705 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
706 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
707 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \