Bonjour,
J'aissie de mettre in if dans mon Makefile, mais j'ai une erreur:
UNAME := $(shell uname -m)
all:
$(info Checking installation directory)
ifeq ($(UNAME), x86_64)
$(shell echo pp)
@echo PP
endif
Checking installation directory
ifeq (x86_64, x86_64)
/bin/sh: -c: line 0: syntax error near unexpected token `x86_64,'
/bin/sh: -c: line 0: `ifeq (x86_64, x86_64)'
Makefile:20: recipe for target 'all' failed
make: *** [all] Error 1
J'ai aussi mis :
#!/bin/bash
C'est un exemple que j'ai trouve sur internet.
Ou est mon erreur ?
Merci.
===========================================================================
Patrick DUPRÉ | | email: pdupre@???
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale | |
Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===========================================================================