All of lore.kernel.org
 help / color / mirror / Atom feed
* unifdef problem (xen)
@ 2009-10-22 19:52 Randy Dunlap
  2009-10-22 19:54 ` Jeremy Fitzhardinge
  2009-10-22 20:29 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2009-10-22 19:52 UTC (permalink / raw)
  To: linux-kbuild; +Cc: sam, jeremy

Hi,

I'm using xen.git
<git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git>.

When I build allmodconfig on x86_64 (with O=xx64), I see this warning:


unifdef: /xen/xx64/usr/include/xen/privcmd.h.tmp: 79: Premature EOF (#if line 33 depth 1)
unifdef: output may be truncated


The original file contains:
#ifndef __user
#define __user
#endif

and the generated/unifdef output file contains:
#ifndef #define #endif

all on one line.

Is this expected/normal?  Is this a problem with unifdef or with something
in xen.git?

thanks,
---
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-22 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22 19:52 unifdef problem (xen) Randy Dunlap
2009-10-22 19:54 ` Jeremy Fitzhardinge
2009-10-22 20:29 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.