Télécharger la liste

Description du projet

GNU Make examines the timestamps on a set of interdependent files, and, if necessary, issues commands to bring them up-to-date. The user creates a makefile describing the files, their relationships, and the commands to run. Most often make is used to rebuild libraries and programs when their sources are changed, but it can be used for any situation where one set of files needs to be generated from another set.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12
3.78.1

Cette version de GNU make contient plusieurs corrections de bugs importants, quelques nouvelles fonctions et fonctionnalités, une suite intégrée de tests de régression et d'un nouvel élément majeur: un serveur de "job" submakes capacité qui permet de communiquer avec l'autre pendant l'exécution en parallèle de veiller à ce que seuls les spécifiés par l'utilisateur nombre d'emplois sont lancés dans tous les submakes (actuellement seulement disponible sur les systèmes UNIX).
This release of GNU make contains several important bug fixes, some new functions and features, an integrated regression test suite and one major new item: a "job server" capability that allows submakes to communicate with each other during parallel execution to ensure that only the user-specified number of jobs are started across all submakes (currently only available on UNIX systems).

2001-01-30 15:12
3.77.94

$ (si ...) ajouté la fonction / mise à jour, certains changements algorothim, met à jour la documentation et plusieurs corrections de bugs.
$(if ...) function added/updated, some algorothim changes, documentation updates and several bug fixes.

2001-01-30 15:12
3.77.92

Nouvel algorithme Jobserver d'éviter un possible trou où nous pourrions manquer SIGCHLDs et entrer dans une impasse et quelques nettoyages.
New jobserver algorithm to avoid a possible hole where we could miss SIGCHLDs and get into a deadlock and some cleanups.

2001-01-30 15:12
3.77.91

Version de correction.
Bugfix release.

2001-01-30 15:12
3.77

Project Resources