build: Fix distclean when repo location changes
authorAndrei Lifchits <andrei.lifchits@citrix.com>
Wed, 20 Feb 2013 16:54:03 +0000 (16:54 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 22 Feb 2013 16:39:41 +0000 (16:39 +0000)
commit68aa9a0bde132d4cee340b4e17d88fbaf2b2aa95
tree329853f99409514944e750bb27a81507f86f5643
parent4b5059be627aa68e5cd6ef344b21ce6743f3f9df
build: Fix distclean when repo location changes

If the path to xen-unstable.hg changes (i.e. you move the repo), the symlinks
inside xen-unstable.hg/stubdom/libxc-x86_[32|64]/ all become broken, which
breaks distclean because make attempts to clean inside those first and fails to
find Makefile (which is also a symlink).

Signed-off-by: Andrei Lifchits <andrei.lifchits@citrix.com>
stubdom/Makefile