On Mon, Sep 10, 2012 at 10:12 PM, Sylvain Pointeau <
sylvain.point...@gmail.com> wrote:
> and the equivalent for "make clean"?
>>>
>>
> my mistake, it is the same.
>
When you do not have git available, you can also run "make distclean".
Laszlo
___
Deve
>
> and the equivalent for "make clean"?
>>
>
my mistake, it is the same.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
>
> git clean -xfd
>
it works!
and the equivalent for "make clean"?
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
On Mon, Sep 10, 2012 at 09:34:23PM +0200, ext Sylvain Pointeau wrote:
> >
> > git clean -d -f
> >
>
> $ git clean -d -f
> Removing .DS_Store
> Removing .qmake.super
>
> it doesn't remove the makefile, is it normal?
git clean -xfd
___
Development maili
this one might be better?
git clean -n -d -x
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
>
> git clean -d -f
>
$ git clean -d -f
Removing .DS_Store
Removing .qmake.super
it doesn't remove the makefile, is it normal?
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
On sábado, 8 de setembro de 2012 13.51.25, Sylvain Pointeau wrote:
> >make confclean
>
> is giving:
>
> make confclean
> make: *** No rule to make target `confclean'. Stop.
>
> what should we do then to clean a configure?
git clean -d -f
--
Thiago Macieira - thiago.macieira (AT) intel.com
Soft
>make confclean
is giving:
make confclean
make: *** No rule to make target `confclean'. Stop.
what should we do then to clean a configure?
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development