/external/bison/tests/ |
Makefile.am | 80 .PHONY: maintainer-check-g++ 81 maintainer-check-g++: atconfig atlocal $(TESTSUITE) 84 .PHONY: maintainer-check-posix 85 maintainer-check-posix: atconfig atlocal $(TESTSUITE) 88 .PHONY: maintainer-check-valgrind 89 maintainer-check-valgrind: atconfig atlocal $(TESTSUITE) 95 .PHONY: maintainer-check 96 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g+ [all...] |
/hardware/intel/common/libwsbm/ |
autogen.sh | 12 $srcdir/configure --enable-maintainer-mode "$@"
|
/external/libpng/ |
autogen.sh | 12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says 26 maintainer= 30 --maintainer) 31 maintainer=1;; 44 elif test -z "$maintainer" 48 echo " also need to run ./configure --enable-maintainer-mode and" 58 echo " You have run autogen.sh with --maintainer enabled and you" 60 echo " unrecognized argument. This is not good. --maintainer" 83 # These are separate because 'maintainer-clean' does not remove them. 97 # has been run without "--enable-maintainer-mode" make can do a partial updat [all...] |
/external/bison/ |
Makefile.am | 34 maintainer-check \ 35 maintainer-push-check \ 36 maintainer-xml-check \ 37 maintainer-release-check
|
cfg.mk | 29 # It's useful to run maintainer-*check* targets during development, but we 31 # override the _is-dist-target from GNUmakefile so that maintainer-*check* 33 _is-dist-target = $(filter-out %clean maintainer-check% maintainer-%-check, \ 34 $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS)))
|
GNUmakefile | 3 # as well as maint.mk (generic maintainer rules). 6 # only to the maintainer. 51 $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS)))
|
/external/strace/ |
make-dist | 21 ./configure --enable-maintainer-mode
|
/external/fonttools/ |
setup.py | 66 maintainer = "Just van Rossum",
|
/external/libedit/ |
Android.mk | 1 ifeq ($(ANDROID_BUILD_LIBEDIT),true) # only maintainer needs this 39 endif # only maintainer needs this
|
/external/libogg/win32/ |
Makefile | 194 maintainer-clean-generic: 223 maintainer-clean: maintainer-clean-am 225 maintainer-clean-am: distclean-am maintainer-clean-generic 238 installcheck-am installdirs maintainer-clean \ 239 maintainer-clean-generic mostlyclean mostlyclean-generic \
|
/external/markdown/ |
setup.py | 35 maintainer = 'Waylan Limberg', variable in class:md_install_scripts
|
/external/protobuf/python/ |
setup.py | 121 maintainer = maintainer_email, variable
|
/external/libvorbis/ |
autogen.sh | 129 $srcdir/configure --enable-maintainer-mode "$@" && echo
|
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 429 maintainer-clean-generic: 462 maintainer-clean: maintainer-clean-am 465 maintainer-clean-am: distclean-am maintainer-clean-generic 487 installcheck-am installdirs maintainer-clean \ 488 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 86 (maintainer and maintainer_email)). 103 elif metadata.maintainer: 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 109 "or (maintainer and maintainer_email) " +
|
bdist_msi.py | 230 author = metadata.maintainer [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 86 (maintainer and maintainer_email)). 103 elif metadata.maintainer: 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 109 "or (maintainer and maintainer_email) " +
|
bdist_msi.py | 230 author = metadata.maintainer [all...] |
/external/harfbuzz_ng/ |
git.mk | 30 # or maintainer-clean-local make targets. 35 # If "make maintainer-clean" removes the files but they are not recognized 307 maintainer-clean: gitignore-clean
|
/external/fdlibm/ |
makefile.in | 143 maintainer-clean: distclean
|
/external/chromium_org/third_party/protobuf/python/ |
setup.py | 190 maintainer = maintainer_email,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 88 ('maintainer', None, 89 "print the maintainer's name"), 90 ('maintainer-email', None, 91 "print the maintainer's email address"), 93 "print the maintainer's name if known, else the author's"), 95 "print the maintainer's email address if known, else the author's"), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 88 ('maintainer', None, 89 "print the maintainer's name"), 90 ('maintainer-email', None, 91 "print the maintainer's email address"), 93 "print the maintainer's name if known, else the author's"), 95 "print the maintainer's email address if known, else the author's"), [all...] |
/external/chromium_org/third_party/yasm/source/config/android/ |
Makefile | 486 distclean-recursive maintainer-clean-recursive [all...] |
/external/chromium_org/third_party/yasm/source/config/ios/ |
Makefile | 486 distclean-recursive maintainer-clean-recursive [all...] |