Home | History | Annotate | Download | only in arm

Lines Matching full:distdir

675 distdir: $(DISTFILES)
684 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
691 if test -d "$(distdir)/$$file"; then \
692 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
695 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
696 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
698 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
700 test -f "$(distdir)/$$file" \
701 || cp -p $$d/$$file "$(distdir)/$$file" \
809 distclean-compile distclean-generic distclean-tags distdir dvi \