Searched defs:distdir (Results 1 - 2 of 2) sorted by relevance

/external/libogg/win32/
H A DMakefile144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) macro
146 distdir: $(DISTFILES)
152 $(mkinstalldirs) "$(distdir)$$dir"; \
158 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
160 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
162 test -f $(distdir)/$$file \
163 || cp -p $$d/$$file $(distdir)/$$file \
234 distclean distclean-generic distclean-libtool distdir dvi \
/external/strace/
H A DMakefile507 cscope distdir dist dist-all distcheck
532 distdir = $(PACKAGE)-$(VERSION) macro
533 top_distdir = $(distdir)
535 if test -d "$(distdir)"; then \
536 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
537 && rm -rf "$(distdir)" \
538 || { sleep 5 && rm -rf "$(distdir)"; }; \
566 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
5611 distdir
[all...]

Completed in 1868 milliseconds