From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsiQ4-0001rt-KK for qemu-devel@nongnu.org; Wed, 01 Feb 2012 17:12:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsiPu-0000FS-Bs for qemu-devel@nongnu.org; Wed, 01 Feb 2012 17:12:47 -0500 Message-ID: <4F29B8D1.2070202@codemonkey.ws> Date: Wed, 01 Feb 2012 16:12:33 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328122242-18230-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1328122242-18230-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Makefile: Remove linux-headers/asm symlink on distclean List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On 02/01/2012 12:50 PM, Peter Maydell wrote: > configure creates a linux-headers/asm symlink. Remove this when > doing a distclean. > > Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori > --- > Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index d172cbf..2560b59 100644 > --- a/Makefile > +++ b/Makefile > @@ -233,6 +233,7 @@ distclean: clean > rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp > rm -f qemu-doc.vr > rm -f config.log > + rm -f linux-headers/asm > rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr > for d in $(TARGET_DIRS) $(QEMULIBS); do \ > rm -rf $$d || exit 1 ; \