mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +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 -
|
||||
=====================================
|
||||
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.
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user