summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-07 10:35:39 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-07 10:35:39 -0500
commit8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69 (patch)
treec109079bc1d3847dc06c9bc5780c19a3cbdb4636 /Makefile
parentaa8b51a48a30e3a3c863ca0ddb8bc4667026d57a (diff)
downloadcloud-init-git-8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69.tar.gz
trivial: -name first is faster due to no need for stat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f5646b7..88c90b9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CWD=$(shell pwd)
-PY_FILES=$(shell find cloudinit bin tests tools -type f -name "*.py")
+PY_FILES=$(shell find cloudinit bin tests tools -name "*.py" -type f )
PY_FILES+="bin/cloud-init"
all: test