From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Failure on "make clean" Date: Tue, 25 Nov 2014 08:44:29 +0100 Message-ID: <5474335D.8010007@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Hi, make clean in xen-unstable is failing: make[2]: Entering directory '/home/gross/xen/tools' set -e; if test -d qemu-xen-traditional-dir/.; then \ make -C qemu-xen-traditional-dir clean; \ fi make[3]: Entering directory '/home/gross/xen/tools/qemu-xen-traditional-dir-remote' Makefile:3: config-host.mak: No such file or directory Makefile:4: /rules.mak: No such file or directory make[3]: *** No rule to make target '/rules.mak'. Stop. make[3]: Leaving directory '/home/gross/xen/tools/qemu-xen-traditional-dir-remote' Makefile:181: recipe for target 'subdir-clean-qemu-xen-traditional-dir' failed make[2]: *** [subdir-clean-qemu-xen-traditional-dir] Error 2 make[2]: Leaving directory '/home/gross/xen/tools' /home/gross/xen/tools/../tools/Rules.mk:111: recipe for target 'subdirs-clean' failed make[1]: *** [subdirs-clean] Error 2 make[1]: Leaving directory '/home/gross/xen/tools' Makefile:139: recipe for target 'clean' failed make: *** [clean] Error 2 I think SRC_PATH is somehow undefined... Juergen