[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

No rule to make target clean. Stop.



Hola

Pues nada, que acabo de reinstalar mi debian etch con su kernel
2.6.16-2 y me dispongo a compilar un proyecto en kdevelop que
funcionaba a la perfección...

Y obtengo esto:
Si hago "Clean Project":

cd '/home/dedalo/intercon5/debug' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" make clean
make: *** No rule to make target `clean'. Stop.
*** Exited with status: 2 ***

Si hago distclean, lo mismo pero con distclean
Si intento el Automake & Friends (que es lo que más me mosquea...)

cd '/home/dedalo/intercon5' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

make[1]: *** No rule to make target `cvs'. Stop.
make: *** [all] Error 2
*** Exited with status: 2 ***

Y por último con el build:

cd '/home/dedalo/intercon5/debug' && WANT_AUTOCONF_2_5="1"
WANT_AUTOMAKE_1_6="1" make
make: *** No targets. Stop.
*** Exited with status: 2 ***

Y lo más raro es que al lanzar el ejecutable q ue ya tenía creado
antes de reinstalar, no ocurre nada.

Alguien sabe como solucionarlo?

Muchas gracias.



Reply to: