Searched defs:FIND (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/libidn/
H A DMakefile71 FIND = /usr/bin/find macro
112 $(FIND) . -type d -exec chmod 0755 {} + ; \
113 $(FIND) ./tld -type f -name "*.tld" -exec chmod 0644 {} + ; \
114 $(FIND) ./tld -type f -name "*.tld" -exec touch -acm {} + ; \
115 $(FIND) ./tld/templates -type f -exec chmod 0644 {} + ; \
116 $(FIND) ./tld/templates -type f -exec touch -acm {} + ; \
117 $(FIND) ./lib -type f -name "*.pl" -exec touch -acm {} + ; \
118 $(FIND) ./lib -type f -name "*.pl" -exec chmod 0755 {} + )

Completed in 15 milliseconds