From f73d71935122aaef2e32e8c34f1004864d05c934 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 27 Jul 2012 08:48:33 -0800 Subject: also print out build number (perforce change list) [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13556] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f0897a..23a34b0 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.3