GNU/Linux >> Tutoriales Linux >  >> Linux

Makefile para no hacer nada

Si define un objetivo vacío

 Nothing:

el make el comando dirá

$ make
make: Nothing to be done for 'Nothing'.

Luego, simplemente agregue un objetivo .SILENT

# A makefile
Nothing:

all: twist again

.SILENT:

Ver enlace GNU Hacer silencioso por defecto


Esto debería hacerlo (es decir, nada):

null:
    @:

Pruebe el siguiente archivo MAKE completo:

all :
.PHONY : all 

Linux
  1. Bash:Mayús+teclas de flecha ¿Hacer A,b,c,d?

  2. ¿Hacer Tail -f Exit en una tubería rota?

  3. ¿Creando Binario Estático?

  4. Cómo hacer una VPN

  5. ¿Qué hace exactamente make oldconfig en el archivo MAKE del kernel de Linux?

Haz música en Linux con Ardor

Hacer un USB persistente de Kali Linux

Bash Select (hacer menús)

Cómo hacer un archivo ejecutable en Linux

PiShrink:reduce el tamaño de las imágenes de Raspberry Pi

hacer un archivo de registro