mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-17 06:04:23 +03:00
Allow CC to be overridden at build time (for 'scan-build make').
This commit is contained in:
parent
637ac19e60
commit
f42b2d4bbf
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.75 -
|
Version 2.02.75 -
|
||||||
=====================================
|
=====================================
|
||||||
|
Allow CC to be overridden at build time (for 'scan-build make').
|
||||||
Rename 'flags' to 'status' in struct metadata_area.
|
Rename 'flags' to 'status' in struct metadata_area.
|
||||||
Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74)
|
Avoid segfault by limiting partial mode for lvm1 metadata. (2.02.74)
|
||||||
Add dm_zalloc and use it and dm_pool_zalloc throughout.
|
Add dm_zalloc and use it and dm_pool_zalloc throughout.
|
||||||
|
@ -17,9 +17,8 @@ SHELL = /bin/sh
|
|||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
CC = @CC@
|
CC ?= @CC@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
SHELL = /bin/sh
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user