1
0
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:
Alasdair Kergon 2010-10-07 16:33:34 +00:00
parent 637ac19e60
commit f42b2d4bbf
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View 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@