diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-02-04 02:13:02 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-02-04 02:13:02 +0100 |
commit | 4f5185b37980bdf962ff7058e9f8fbb06098386c (patch) | |
tree | cad958462854e1b72cd838a3aed4de1224768bd4 /cmake | |
parent | cabe489a2e8e2ee7619924e447221177f4562962 (diff) | |
download | pcitool-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.cmake | 2 |
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 |