veo que esta es la misma pregunta queque hace maquillaje comandos de impresión antes de ejecutar SIN utilizar CMake
Making cmake print commands before executing
Pero esa respuesta no funciona para mí. Supongo que la respuesta solo funciona con cmake. ¿Qué opciones funcionan sin cmake?
Nota trató estos
make VERBOSE=1 target
make target VERBOSE=1
VERBOSE=1 make target
make V=1 target
make target V=1
V=1 make target
make -V target
make -v target
ninguno de ellos funcionó.
make -v devuelve
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Ya teníamos alguna discusión sobre esto, pero acabo de descubrir otra pregunta que es muy similar: [¿Hay alguna manera de “hacer” a Comandos echo] (http://stackoverflow.com/q/4396107/1380680). –
posible duplicado de [¿Cómo fuerzo make/gcc para que me muestre los comandos?] (Http://stackoverflow.com/questions/5820303/how-do-i-force-make-gcc-to-show-me- the-commands) –