All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] make check-help not working
@ 2017-07-28 23:56 Philippe Mathieu-Daudé
  2017-08-10  8:42 ` Fam Zheng
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-07-28 23:56 UTC (permalink / raw)
  To: qemu-devel

I'm a bit lost with this error:

(master)$ make check-help V=1
cc -nostdlib  -o check-help.mo
cc: fatal error: no input files
compilation terminated.
rules.mak:115: recipe for target 'check-help.mo' failed
make: *** [check-help.mo] Error 1

Phil.

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

* Re: [Qemu-devel] make check-help not working
  2017-07-28 23:56 [Qemu-devel] make check-help not working Philippe Mathieu-Daudé
@ 2017-08-10  8:42 ` Fam Zheng
  0 siblings, 0 replies; 2+ messages in thread
From: Fam Zheng @ 2017-08-10  8:42 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-devel

On Fri, 07/28 20:56, Philippe Mathieu-Daudé wrote:
> I'm a bit lost with this error:
> 
> (master)$ make check-help V=1
> cc -nostdlib  -o check-help.mo
> cc: fatal error: no input files
> compilation terminated.
> rules.mak:115: recipe for target 'check-help.mo' failed
> make: *** [check-help.mo] Error 1

I think this is because in Makefile:

ifneq ($(wildcard config-host.mak),)
include $(SRC_PATH)/tests/Makefile.include
endif

which basically means only include that file, which contains the "check-help"
rule, after configure.

We can move that ifned/endif pair down to tests/Makefile.include and move
check-help out of it.

I'll send a patch for it.

Fam

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

end of thread, other threads:[~2017-08-10  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 23:56 [Qemu-devel] make check-help not working Philippe Mathieu-Daudé
2017-08-10  8:42 ` Fam Zheng

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.