Home | History | Annotate | Download | only in dist

Lines Matching defs:exec

131 	install-exec-recursive install-html-recursive \
218 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
633 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673 -exec chmod u+rwx,go+rx {} \; -o \
674 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
675 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
676 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
810 install-exec: install-exec-recursive
815 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
868 install-exec-am:
920 install-dvi-am install-exec install-exec-am install-html \