Roland Ver. 4.5 Technical Information Seite 116

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 212
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 115
106 GNU make
-h
--help
Remind you of the options that make understands and then exit.
-i
--ignore-errors
Ignore all errors in recipes executed to remake files. See Section 5.5 [Errors in
Recipes], page 49.
-I dir
--include-dir=dir
Specifies a directory dir to search for included makefiles. See Section 3.3 [In-
cluding Other Makefiles], page 13. If several -I options are used to specify
several directories, the directories are searched in the order specified.
-j [jobs]
--jobs[=jobs]
Specifies the number of recipes (jobs) to run simultaneously. With no argument,
make runs as many recipes simultaneously as possible. If there is more than
one -j option, the last one is effective. See Section 5.4 [Parallel Execution],
page 47, for more information on how recipes are run. Note that this option is
ignored on MS-DOS.
-k
--keep-going
Continue as much as possible after an error. While the target that failed, and
those that depend on it, cannot be remade, the other prerequisites of these
targets can be processed all the same. See Section 9.6 [Testing the Compilation
of a Program], page 104.
-l [load]
--load-average[=load]
--max-load[=load]
Specifies that no new recipes should be started if there are other recipes run-
ning and the load average is at least load (a floating-point number). With no
argument, removes a previous load limit. See Section 5.4 [Parallel Execution],
page 47.
-L
--check-symlink-times
On systems that support symbolic links, this option causes make to consider
the timestamps on any symbolic links in addition to the timestamp on the
file referenced by those links. When this option is provided, the most recent
timestamp among the file and the symbolic links is taken as the modification
time for this target file.
-n
--just-print
--dry-run
--recon
Seitenansicht 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 211 212

Kommentare zu diesen Handbüchern

Keine Kommentare