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

From: Sam Ravnborg (sam@ravnborg.org)
Date: Sat Nov 02 2002 - 17:47:16 EST


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/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:27 EST