Home | History | Annotate | Download | only in linux

Lines Matching full:distdir

562 distdir: $(DISTFILES)
571 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578 if test -d "$(distdir)/$$file"; then \
579 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
587 test -f "$(distdir)/$$file" \
588 || cp -p $$d/$$file "$(distdir)/$$file" \
696 distclean-compile distclean-generic distclean-tags distdir dvi \