]> sourceware.org Git - lvm2.git/commitdiff
Allow CC to be overridden at build time (for 'scan-build make').
authorAlasdair Kergon <agk@redhat.com>
Thu, 7 Oct 2010 16:33:34 +0000 (16:33 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 7 Oct 2010 16:33:34 +0000 (16:33 +0000)
WHATS_NEW
make.tmpl.in

index 0b5befc21febde9509c7f651d9c79f922e226961..9198056b9a1d247b5369004ac7ef41e08d3a7c72 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.75 - 
 =====================================
+  Allow CC to be overridden at build time (for 'scan-build make').
   Rename 'flags' to 'status' in struct metadata_area.
   Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74)
   Add dm_zalloc and use it and dm_pool_zalloc throughout.
index d30da1a8b57b38d7474634ff17edbaef5ac88cc1..7e2857a22eef227d635b2071d89646fe4fc16ea4 100644 (file)
@@ -17,9 +17,8 @@ SHELL = /bin/sh
 
 @SET_MAKE@
 
-CC = @CC@
+CC ?= @CC@
 RANLIB = @RANLIB@
-SHELL = /bin/sh
 INSTALL = @INSTALL@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
This page took 0.033793 seconds and 5 git commands to generate.