Home | History | Annotate | Download | only in arm

Lines Matching full:distdir

773 distdir: $(DISTFILES)
782 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
789 if test -d "$(distdir)/$$file"; then \
790 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
793 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
794 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
798 test -f "$(distdir)/$$file" \
799 || cp -p $$d/$$file "$(distdir)/$$file" \
912 distclean-compile distclean-generic distclean-tags distdir dvi \