Advertisement
starbeamrainbowlabs

mingw-make help

Jan 21st, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Usage: mingw32-make [options] [target] ...
  2. Options:
  3. -b, -m Ignored for compatibility.
  4. -B, --always-make Unconditionally make all targets.
  5. -C DIRECTORY, --directory=DIRECTORY
  6. Change to DIRECTORY before doing anything.
  7. -d Print lots of debugging information.
  8. --debug[=FLAGS] Print various types of debugging information.
  9. -e, --environment-overrides
  10. Environment variables override makefiles.
  11. --eval=STRING Evaluate STRING as a makefile statement.
  12. -f FILE, --file=FILE, --makefile=FILE
  13. Read FILE as a makefile.
  14. -h, --help Print this message and exit.
  15. -i, --ignore-errors Ignore errors from recipes.
  16. -I DIRECTORY, --include-dir=DIRECTORY
  17. Search DIRECTORY for included makefiles.
  18. -j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
  19. -k, --keep-going Keep going when some targets can't be made.
  20. -l [N], --load-average[=N], --max-load[=N]
  21. Don't start multiple jobs unless load is below N.
  22. -L, --check-symlink-times Use the latest mtime between symlinks and target.
  23. -n, --just-print, --dry-run, --recon
  24. Don't actually run any recipe; just print them.
  25. -o FILE, --old-file=FILE, --assume-old=FILE
  26. Consider FILE to be very old and don't remake it.
  27. -O[TYPE], --output-sync[=TYPE]
  28. Synchronize output of parallel jobs by TYPE.
  29. -p, --print-data-base Print make's internal database.
  30. -q, --question Run no recipe; exit status says if up to date.
  31. -r, --no-builtin-rules Disable the built-in implicit rules.
  32. -R, --no-builtin-variables Disable the built-in variable settings.
  33. -s, --silent, --quiet Don't echo recipes.
  34. -S, --no-keep-going, --stop
  35. Turns off -k.
  36. -t, --touch Touch targets instead of remaking them.
  37. --trace[=MODE] Print tracing information.
  38. -v, --version Print the version number of make and exit.
  39. -w, --print-directory Print the current directory.
  40. --no-print-directory Turn off -w, even if it was turned on implicitly.
  41. -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
  42. Consider FILE to be infinitely new.
  43. --warn-undefined-variables Warn when an undefined variable is referenced.
  44.  
  45. This program built for Windows32
  46. Report bugs to <bug-make@gnu.org>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement