Roland Ver. 4.5 Informations techniques Page 158

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 212
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 157
148 GNU make
We feel that it is cleaner for a rule without a recipe to always simply add to the
prerequisite list for the target. The above example can be easily rewritten to get the
desired behavior in GNU make:
.c.a: ;
Some versions of make invoke the shell with the -e flag, except under -k (see
Section 9.6 [Testing the Compilation of a Program], page 104). The -e flag tells
the shell to exit as soon as any program it runs returns a nonzero status. We feel it is
cleaner to write each line of the recipe to stand on its own and not require this special
treatment.
Vue de la page 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 211 212

Commentaires sur ces manuels

Pas de commentaire