Home | History | Annotate | Download | only in llvm

Lines Matching full:chmod

2054 	    find $(DistDir) -type d ! -perm -200 -exec chmod u+w {} ';'  || \
2130 $(FIND) $(TopDistDir) -type d ! -perm -777 -exec chmod a+rwx {} \; \
2131 -o ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; \
2132 -o ! -type d ! -perm -400 -exec chmod a+r {} \; \
2135 || chmod -R a+r $(DistDir) ; \