Lines Matching refs:chmod
285 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
312 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
313 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
314 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
316 || chmod -R a+r $(distdir)
319 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
323 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
329 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
331 chmod -R a-w $(distdir); chmod a+w $(distdir)
334 chmod a-w $(distdir)
351 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)