>>> On 22.04.16 at 12:46, <konrad.w...@oracle.com> wrote:
> On Wed, Apr 20, 2016 at 01:49:41AM -0600, Jan Beulich wrote:
>> >>> Konrad Rzeszutek Wilk <konrad.w...@oracle.com> 04/14/16 12:03 AM >>>
>> >+.PHONY: hello_world_note.o
>> >+hello_world_note.o:
>> >+   $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(XSPLICE) $@.bin
>> >+   $(OBJCOPY)  -I binary -O elf64-x86-64 -B i386:x86-64 \
>> >+              --rename-section=.data=.xsplice.depends -S $@.bin $@
>> >+   rm -f $@.bin
>> 
>> ... and here. Thinking about it a second time, wouldn't that then also 
>> require
>> entries in .gitignore?
> 
> Oddly enough - no. The 11th rune in .gitignore may be doing it:
>      11 *.bin

Ah, good. I should have checked, sorry.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to