Make con dependencias opcionales

Carlos Manuel Duclos Vergara carlos en embedded.cl
Mie Jun 27 01:11:53 CLT 2007


>
> OPTIONAL_CONFIG=config_file
> OPTIONALS=
>
> if[ -e $(CONFIG_FILE) ]; then
>     OPTIONALS+=config_file
> fi
>

por supuesto, un problema entre el teclado y la silla....

OPTIONAL_CONFIG=config_file
OPTIONALS=

if[ -e $(OPTIONAL_CONFIG) ]; then
      OPTIONALS+=config_file
fi



Más información sobre la lista de distribución Linux