Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 2 Nov 2002 17:41:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 2 Nov 2002 17:41:15 -0500 Received: from pasmtp.tele.dk ([193.162.159.95]:51210 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id ; Sat, 2 Nov 2002 17:41:15 -0500 Date: Sat, 2 Nov 2002 23:47:16 +0100 From: Sam Ravnborg To: Roman Zippel Cc: Russell King , Patrick Finnegan , Linux Kernel Mailing List Subject: Re: Kconfig (qt) -> Gconfig (gtk) Message-ID: <20021102224716.GA15134@mars.ravnborg.org> Mail-Followup-To: Roman Zippel , Russell King , Patrick Finnegan , Linux Kernel Mailing List References: <1036274342.16803.27.camel@irongate.swansea.linux.org.uk> <20021102220658.C8549@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 23 On Sat, Nov 02, 2002 at 11:33:31PM +0100, Roman Zippel wrote: > > | +You should rebuild lxdialog. This can be done by moving to the > > | +/usr/src/linux/scripts/lxdialog directory and issuing the "make clean all" > > | +command. > > $ cd /usr/src/linux/scripts/lxdialog > -bash: cd: /usr/src/linux/scripts/lxdialog: No such file or directory > $ cd scripts/lxdialog > $ make clean > Makefile:27: /Rules.make: No such file or directory > make: *** No rule to make target `/Rules.make'. Stop. The proper way is to do the following: $(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/lxdialog But thats only OK within a kbuild makefile. Is there any real need for an external make clean for lxdialog? Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/