Lines Matching refs:d
211 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
496 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
497 echo "$$d$$p"; echo "$$p"; \
532 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
533 echo "$$d$$p"; \
620 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621 if test -d $$d/$$file; then \
624 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
628 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633 || cp -p $$d/$$file "$(distdir)/$$file" \
638 || find "$(distdir)" -type d ! -perm -755 \
640 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
641 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
642 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \