summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-02-04 02:13:02 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-02-04 02:13:02 +0100
commit4f5185b37980bdf962ff7058e9f8fbb06098386c (patch)
treecad958462854e1b72cd838a3aed4de1224768bd4 /cmake
parentcabe489a2e8e2ee7619924e447221177f4562962 (diff)
downloadpcitool-4f5185b37980bdf962ff7058e9f8fbb06098386c.tar.gz
pcitool-4f5185b37980bdf962ff7058e9f8fbb06098386c.tar.bz2
pcitool-4f5185b37980bdf962ff7058e9f8fbb06098386c.tar.xz
pcitool-4f5185b37980bdf962ff7058e9f8fbb06098386c.zip
Report information about driver revision and build
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/build.cmake b/cmake/build.cmake
index 3043014..ffddf82 100644
--- a/cmake/build.cmake
+++ b/cmake/build.cmake
@@ -23,7 +23,7 @@ if (${_retcode} EQUAL 0)
endif (${_retcode} EQUAL 0)
execute_process(
- COMMAND find ${CMAKE_SOURCE_DIR} -type f -name *.[ch] -printf "%TY/%Tm/%Td %TH:%TM:%TS %p\n"
+ COMMAND find ${CMAKE_SOURCE_DIR} -type f -name "*.[ch]" -printf "%TY/%Tm/%Td %TH:%TM:%TS %p\n"
COMMAND sort -n
COMMAND grep -E -v "build.h|config.h|CMakeFiles|./apps"
COMMAND tail -n 1