Re: Kconfig (qt) -> Gconfig (gtk)

Sam Ravnborg (sam@ravnborg.org)
Sat, 2 Nov 2002 23:47:16 +0100


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/