qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Error message regression


From: Andreas Färber
Subject: Re: [Qemu-devel] Error message regression
Date: Thu, 14 Jan 2010 18:22:03 +0100


Am 14.01.2010 um 15:50 schrieb Aurelien Jarno:

Starting with commit 0e8c9214ba1d4128cf92442cd343bc3733478261, when
trying to run make without running configure first, the error message
has been changed from:

| $ make
| Please call configure before running make!
| make: *** [config-host.mak] Erreur 1

to this more cryptic message:

| $ make
| Makefile:78: /Makefile.objs: No such file or directory
| make: *** No rule to make target `/Makefile.objs'.  Stop.

Sorry, didn't test that.

Any idea how to fix that properly?

I'd assume this is due to $SRC_PATH being undefined. Probably an ifneq(...) around the include would do the trick, I'll have a look later today.

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]