Re: [Development] make confclean

2012-09-10 Thread Laszlo Papp
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

Re: [Development] make confclean

2012-09-10 Thread Sylvain Pointeau
> > 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

Re: [Development] make confclean

2012-09-10 Thread Sylvain Pointeau
> > 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

Re: [Development] make confclean

2012-09-10 Thread Oswald Buddenhagen
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

Re: [Development] make confclean

2012-09-10 Thread Sylvain Pointeau
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

Re: [Development] make confclean

2012-09-10 Thread Sylvain Pointeau
> > 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

Re: [Development] make confclean

2012-09-08 Thread Thiago Macieira
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

[Development] make confclean

2012-09-08 Thread Sylvain Pointeau
>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