diff options
| author | Tor Aamodt <[email protected]> | 2012-07-27 08:48:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:53 -0700 |
| commit | f73d71935122aaef2e32e8c34f1004864d05c934 (patch) | |
| tree | aaeba1ba80fb63cafe01a2930310571ef1c337ee /Makefile | |
| parent | f9eaa6b1c53586f277a51f29089ff96732c9a899 (diff) | |
also print out build number (perforce change list)
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13556]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ check_setup_environment: echo ""; \ exit 102; \ else \ - echo; echo -n " Building GPGPU-Sim version "; cat version | awk '/Version/ {print $$8}'; echo " on CUDA version $(CUDA_VERSION_STRING)"; echo; \ + echo; echo " Building GPGPU-Sim version $(GPGPUSIM_VERSION) (build $(GPGPUSIM_BUILD)) with CUDA version $(CUDA_VERSION_STRING)"; echo; \ true; \ fi \ fi |
