La commande make interprète et exécute les instructions du fichier makefile.
The make command interprets and executes the instructions within a file named makefile.
La commande make fonctionne parfaitement pour automatiser le processus.
La commande make install doit être exécutée avec les privilèges de l'administrateur.
La commande make devrait s'occuper de cela.
Le principal argument de la commande make est généralement la cible.
The main argument of the make command is the target.
Lancez ensuite la commande make pour compiler le programme.
Vérifiez aussi que la commande make et le débogueur gdb sont sur votre système.
Also check that the command make and the debugger gdb are on your system.
Si vous voulez faire des tests en utilisant une version de production plus réaliste, utilisez seulement la commande make.
If you want to test using a more realistic production build, just build with the command make.
Testez vos changements avec la commande make serve
Test out your changes with the command make serve
Lorsque tous les composants auront été construits, vous pourrez exécuter la commande make install afin de les installer.
After all components have been built you can execute the command make install to install them.
Ensuite utilisez la commande make install restart, qui copiera le fichier en sendmail.cf, et redémarrera proprement sendmail.
Then use the command make install restart, which will copy the file to sendmail.cf, and will properly restart sendmail.
Si vous voulez faire des tests avec une version de production plus réaliste, lancez la construction avec uniquement la commande make.
If you want to test using a more realistic production build, just build with the command make.
La commande make crée le fichier binaire appelé spm2 dans le répertoire courant.
The make command creates the binary call spm2 in the current directory.