Searched full:distdir (Results 1 – 25 of 214) sorted by relevance
123456789
/external/libcap-ng/libcap-ng-0.7/ |
D | Makefile.in | 69 distdir dist dist-all distcheck 74 distdir = $(PACKAGE)-$(VERSION) 75 top_distdir = $(distdir) 77 if test -d "$(distdir)"; then \ 78 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 79 && rm -rf "$(distdir)" \ 80 || { sleep 5 && rm -rf "$(distdir)"; }; \ 107 DIST_ARCHIVES = $(distdir).tar.gz 468 distdir: $(DISTFILES) 470 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/libnfnetlink/ |
D | Makefile.in | 127 distdir dist dist-all distcheck 131 distdir = $(PACKAGE)-$(VERSION) 132 top_distdir = $(distdir) 134 if test -d "$(distdir)"; then \ 135 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 136 && rm -rf "$(distdir)" \ 137 || { sleep 5 && rm -rf "$(distdir)"; }; \ 165 DIST_ARCHIVES = $(distdir).tar.bz2 505 distdir: $(DISTFILES) 507 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/libogg/ |
D | Makefile.in | 77 distdir = $(PACKAGE)-$(VERSION) 78 top_distdir = $(distdir) 80 { test ! -d $(distdir) \ 81 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 82 && rm -fr $(distdir); }; } 83 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip 453 distdir: $(DISTFILES) 455 mkdir $(distdir) 456 $(mkdir_p) $(distdir)/. $(distdir)/include/ogg 468 $(mkdir_p) "$(distdir)$$dir"; \ [all …]
|
/external/libusb-compat/ |
D | Makefile.in | 82 distdir = $(PACKAGE)-$(VERSION) 83 top_distdir = $(distdir) 85 { test ! -d $(distdir) \ 86 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 87 && rm -fr $(distdir); }; } 88 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 452 distdir: $(DISTFILES) 454 test -d $(distdir) || mkdir $(distdir) 463 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 471 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ [all …]
|
/external/libexif/ |
D | Makefile.in | 111 distdir dist dist-all distcheck 116 distdir = $(PACKAGE)-$(VERSION) 117 top_distdir = $(distdir) 119 { test ! -d "$(distdir)" \ 120 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 121 && rm -fr "$(distdir)"; }; } 147 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip 546 distdir: $(DISTFILES) 554 test -d "$(distdir)" || mkdir "$(distdir)" 563 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ [all …]
|
/external/stressapptest/ |
D | Makefile.in | 89 distdir dist dist-all distcheck 94 distdir = $(PACKAGE)-$(VERSION) 95 top_distdir = $(distdir) 97 { test ! -d "$(distdir)" \ 98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 99 && rm -fr "$(distdir)"; }; } 125 DIST_ARCHIVES = $(distdir).tar.gz 440 distdir: $(DISTFILES) 455 test -d "$(distdir)" || mkdir "$(distdir)" 464 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ [all …]
|
/external/libedit/ |
D | Makefile.in | 163 cscope distdir dist dist-all distcheck 187 distdir = $(PACKAGE)-$(VERSION) 188 top_distdir = $(distdir) 190 if test -d "$(distdir)"; then \ 191 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 192 && rm -rf "$(distdir)" \ 193 || { sleep 5 && rm -rf "$(distdir)"; }; \ 221 DIST_ARCHIVES = $(distdir).tar.gz 543 distdir: $(DISTFILES) 545 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | Makefile.in | 74 distdir = $(PACKAGE)-$(VERSION) 75 top_distdir = $(distdir) 77 { test ! -d $(distdir) \ 78 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 79 && rm -fr $(distdir); }; } 80 DIST_ARCHIVES = $(distdir).tar.gz 384 distdir: $(DISTFILES) 386 test -d $(distdir) || mkdir $(distdir) 395 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 403 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ [all …]
|
/external/lmfit/ |
D | Makefile.in | 185 cscope distdir dist dist-all distcheck 219 distdir = $(PACKAGE)-$(VERSION) 220 top_distdir = $(distdir) 222 if test -d "$(distdir)"; then \ 223 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 224 && rm -rf "$(distdir)" \ 225 || { sleep 5 && rm -rf "$(distdir)"; }; \ 253 DIST_ARCHIVES = $(distdir).tar.gz 572 distdir: $(DISTFILES) 574 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/libnetfilter_conntrack/ |
D | Makefile.in | 173 cscope distdir dist dist-all distcheck 197 distdir = $(PACKAGE)-$(VERSION) 198 top_distdir = $(distdir) 200 if test -d "$(distdir)"; then \ 201 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 202 && rm -rf "$(distdir)" \ 203 || { sleep 5 && rm -rf "$(distdir)"; }; \ 232 DIST_ARCHIVES = $(distdir).tar.bz2 568 distdir: $(DISTFILES) 570 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/libmicrohttpd/ |
D | Makefile.in | 178 cscope distdir dist dist-all distcheck 202 distdir = $(PACKAGE)-$(VERSION) 203 top_distdir = $(distdir) 205 if test -d "$(distdir)"; then \ 206 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 207 && rm -rf "$(distdir)" \ 208 || { sleep 5 && rm -rf "$(distdir)"; }; \ 236 DIST_ARCHIVES = $(distdir).tar.gz 613 distdir: $(DISTFILES) 615 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/libxml2/ |
D | README.zOS | 205 dist-test: distdir 206 (mkdir -p $(distdir)) 207 …(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git xstc/Tests) | (cd $(distdir)… 208 …distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README… 209 …distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README… 210 @(rm -rf $(distdir)/xstc/Test)
|
/external/libnl/doc/ |
D | Makefile.am | 25 rm -f $(distdir)/aclocal.m4 26 rm -f $(distdir)/configure 27 rm -f $(distdir)/configure.in 28 rm -rf $(distdir)/m4 29 rm -f $(distdir)/README 30 rm -f $(distdir)/missing 31 rm -f $(distdir)/Doxyfile.in 32 rm -f $(distdir)/Makefile.am 33 rm -f $(distdir)/Makefile.in
|
/external/protobuf/ |
D | Makefile.in | 166 cscope distdir dist dist-all distcheck 189 distdir = $(PACKAGE)-$(VERSION) 190 top_distdir = $(distdir) 192 if test -d "$(distdir)"; then \ 193 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 194 && rm -rf "$(distdir)" \ 195 || { sleep 5 && rm -rf "$(distdir)"; }; \ 223 DIST_ARCHIVES = $(distdir).tar.gz 797 distdir: $(DISTFILES) 799 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/valgrind/ |
D | Makefile.in | 190 cscope distdir dist dist-all distcheck 219 distdir = $(PACKAGE)-$(VERSION) 220 top_distdir = $(distdir) 222 if test -d "$(distdir)"; then \ 223 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 224 && rm -rf "$(distdir)" \ 225 || { sleep 5 && rm -rf "$(distdir)"; }; \ 253 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 928 distdir: $(DISTFILES) 930 test -d "$(distdir)" || mkdir "$(distdir)" [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.in | 180 distdir = $(PACKAGE)-$(VERSION) 181 top_distdir = $(distdir) 183 if test -d "$(distdir)"; then \ 184 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 185 && rm -rf "$(distdir)" \ 186 || { sleep 5 && rm -rf "$(distdir)"; }; \ 188 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip 1012 distdir: $(DISTFILES) 1014 test -d "$(distdir)" || mkdir "$(distdir)" 1023 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ [all …]
|
/external/libnetfilter_conntrack/include/ |
D | Makefile.in | 127 distdir 435 distdir: $(DISTFILES) 444 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 451 if test -d "$(distdir)/$$file"; then \ 452 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 455 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 458 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 460 test -f "$(distdir)/$$file" \ 461 || cp -p $$d/$$file "$(distdir)/$$file" \ [all …]
|
/external/libnfnetlink/include/ |
D | Makefile.in | 92 distdir 413 distdir: $(DISTFILES) 422 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 429 if test -d "$(distdir)/$$file"; then \ 430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 438 test -f "$(distdir)/$$file" \ 439 || cp -p $$d/$$file "$(distdir)/$$file" \ [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.in | 145 distdir = $(PACKAGE)-$(VERSION) 146 top_distdir = $(distdir) 148 { test ! -d $(distdir) \ 149 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 150 && rm -fr $(distdir); }; } 151 DIST_ARCHIVES = $(distdir).tar.gz 845 distdir: $(DISTFILES) 847 mkdir $(distdir) 848 …$(mkdir_p) $(distdir)/doc $(distdir)/m4 $(distdir)/packages $(distdir)/packages/rpm $(distdir)/src… 860 $(mkdir_p) "$(distdir)$$dir"; \ [all …]
|
/external/protobuf/gtest/ |
D | Makefile.in | 458 distdir = $(PACKAGE)-$(VERSION) 459 top_distdir = $(distdir) 461 if test -d "$(distdir)"; then \ 462 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 463 && rm -rf "$(distdir)" \ 464 || { sleep 5 && rm -rf "$(distdir)"; }; \ 467 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip 1433 distdir: $(DISTFILES) 1435 test -d "$(distdir)" || mkdir "$(distdir)" 1444 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ [all …]
|
/external/libexif/contrib/ |
D | Makefile.in | 79 distdir 430 distdir: $(DISTFILES) 439 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 446 if test -d "$(distdir)/$$file"; then \ 447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 450 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 453 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 455 test -f "$(distdir)/$$file" \ 456 || cp -p $$d/$$file "$(distdir)/$$file" \ [all …]
|
/external/libmicrohttpd/src/ |
D | Makefile.in | 139 distdir 504 distdir: $(DISTFILES) 513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 520 if test -d "$(distdir)/$$file"; then \ 521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 529 test -f "$(distdir)/$$file" \ 530 || cp -p $$d/$$file "$(distdir)/$$file" \ [all …]
|
/external/libcap-ng/libcap-ng-0.7/bindings/ |
D | Makefile.in | 85 distdir 421 distdir: $(DISTFILES) 430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 437 if test -d "$(distdir)/$$file"; then \ 438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 441 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 442 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 444 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 446 test -f "$(distdir)/$$file" \ 447 || cp -p $$d/$$file "$(distdir)/$$file" \ [all …]
|
/external/libogg/win32/ |
D | Makefile.in | 144 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 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/jdiff/ |
D | build.gradle | 34 ext.distDir = file(System.env.DIST_DIR).getCanonicalFile() 36 // The distDir is conveniently named after the build ID. 37 version = "${version}.${ext.distDir.name}" 40 ext.distDir = file('../../out/dist') 70 destinationDir distDir
|
123456789