Home | History | Annotate | Download | only in src

Lines Matching full:distdir

370 distdir: $(DISTFILES)
379 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
386 if test -d "$(distdir)/$$file"; then \
387 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
390 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
391 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
395 test -f "$(distdir)/$$file" \
396 || cp -p $$d/$$file "$(distdir)/$$file" \
505 distclean-generic distclean-hdr distclean-tags distdir dvi \