Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327367

Re: [PATCH v2 01/13] [kbuild] handle exports in lib-y objects reliably

From Al Viro <viro@ZenIV.linux.org.uk>
Newsgroups linux.kernel
Subject Re: [PATCH v2 01/13] [kbuild] handle exports in lib-y objects reliably
Date 2016-02-05 01:20 +0100
Message-ID <qYChY-XM-11@gated-at.bofh.it> (permalink)
References <qYd9T-7j9-3@gated-at.bofh.it> <qYd9T-7j9-5@gated-at.bofh.it> <qYAJd-8hU-41@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Feb 04, 2016 at 11:33:27PM +0100, Michal Marek wrote:
> Acked-by: Michal Marek <mmarek@suse.cz>
> 
> Sorry for the delay.
> > +dummy-object = $(obj)/__lib_exports.o
> > +ksyms-lds = $(obj)/lib-ksyms.lds
> 
> Just a really minor nitpick (no need to resend just because of it): We
> typically use dotfiles for temporary stuff, e.g.
> 
> dummy-object = $(obj)/.lib_exports.o
> ksyms-lds = $(dot-target).lds

Folded and pushed...

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 01/13] [kbuild] handle exports in lib-y objects reliably Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-03 22:30 +0100
  Re: [PATCH v2 01/13] [kbuild] handle exports in lib-y objects  reliably Michal Marek <mmarek@suse.cz> - 2016-02-04 23:40 +0100
    Re: [PATCH v2 01/13] [kbuild] handle exports in lib-y objects  reliably Al Viro <viro@ZenIV.linux.org.uk> - 2016-02-05 01:20 +0100

csiph-web