[PATCH v2 2/4] build: Use INCLUDES for normal CFLAGS in addition to CFLAGS_ARCH

Atsushi Kumagai kumagai-atsushi at mxc.nes.nec.co.jp
Tue Mar 11 05:31:49 EDT 2014


>On Mon, 10 Mar 2014 05:26:34 +0000
>Atsushi Kumagai <kumagai-atsushi at mxc.nes.nec.co.jp> wrote:
>
>> >-CFLAGS = -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
>> >+CFLAGS = $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
>> > 	  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \
>> > 	  -DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"'
>> > CFLAGS_ARCH	= $(INCLUDES) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \
>>                   ^^^^^^^^^^^
>> CFLAGS_ARCH also doesn't use INCLUDES in the upstream version,
>> so this diff and the subject of this patch are wrong.
>
>Sorry about that! I merged in the new version, but apparently we had
>some local modifications to the Makefile.
>
>So please drop this patch in the series.

I see, I'll merge the others into v1.5.6.


Thanks
Atsushi Kumagai


More information about the kexec mailing list