Lines Matching refs:cd
80 @echo cd
81 $(call run_find, cd testdir && find)
82 $(call run_find, cd testdir/// && find .)
83 $(call run_find, cd testdir///dir1// && find .///)
84 $(call run_find, cd testdir && find ../testdir)
89 $(call run_find, if [ -d testdir ]; then cd testdir && find .; fi)
100 $(call run_find, cd testdir; find -L . -type f)
101 $(call run_find, cd testdir; find -L . -type d)
102 $(call run_find, cd testdir; find -L . -type l)
120 $(call run_find, cd xxx && find .)
126 $(call run_find, cd testdir3/a/c && find .)