• Android NDK


    {

    Usage: make [options] [target] ...
    Options:
      -b, -m                      Ignored for compatibility.
      -B, --always-make           Unconditionally make all targets.
      -C DIRECTORY, --directory=DIRECTORY
                                  Change to DIRECTORY before doing anything.
      -d                          Print lots of debugging information.
      --debug[=FLAGS]             Print various types of debugging information.
      -e, --environment-overrides
                                  Environment variables override makefiles.
      -f FILE, --file=FILE, --makefile=FILE
                                  Read FILE as a makefile.
      -h, --help                  Print this message and exit.
      -i, --ignore-errors         Ignore errors from commands.
      -I DIRECTORY, --include-dir=DIRECTORY
                                  Search DIRECTORY for included makefiles.
      -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.
      -k, --keep-going            Keep going when some targets can't be made.
      -l [N], --load-average[=N], --max-load[=N]
                                  Don't start multiple jobs unless load is below N.
      -L, --check-symlink-times   Use the latest mtime between symlinks and target.
      -n, --just-print, --dry-run, --recon
                                  Don't actually run any commands; just print them.
      -o FILE, --old-file=FILE, --assume-old=FILE
                                  Consider FILE to be very old and don't remake it.
      -p, --print-data-base       Print make's internal database.
      -q, --question              Run no commands; exit status says if up to date.
      -r, --no-builtin-rules      Disable the built-in implicit rules.
      -R, --no-builtin-variables  Disable the built-in variable settings.
      -s, --silent, --quiet       Don't echo commands.
      -S, --no-keep-going, --stop
                                  Turns off -k.
      -t, --touch                 Touch targets instead of remaking them.
      -v, --version               Print the version number of make and exit.
      -w, --print-directory       Print the current directory.
      --no-print-directory        Turn off -w, even if it was turned on implicitly.
      -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
                                  Consider FILE to be infinitely new.
      --warn-undefined-variables  Warn when an undefined variable is referenced.

    This program built for i686-w64-mingw32
    Report bugs to <bug-make@gnu.org>

    }

    {

    用法:使[选项][目标]。。。

    选项:

    -为了兼容,忽略了-m。

    -B,--总是无条件地制造所有目标。

    -C目录,--DIRECTORY=目录

    在做任何事情之前切换到目录。

    -d打印大量调试信息。

    --debug[=FLAGS]打印各种类型的调试信息。

    -e,--环境覆盖

    环境变量覆盖生成文件。

    -f文件,--FILE=文件,--makefile=文件

    将文件作为生成文件读取。

    -h,帮助打印此消息并退出。

    -i,--忽略错误忽略命令中的错误。

    -I目录,--include dir=目录

    搜索目录中包含的生成文件。

    -j[N],--jobs[=N]一次允许N个jobs;无限个没有参数的jobs。

    -k,--继续前进,当一些目标无法实现时继续前进。

    -l[N],--负载平均值[=N],--最大负载[=N]

    除非负载低于N,否则不要启动多个作业。

    -L,--检查符号链接时间使用符号链接和目标之间的最新时间。

    -n,--仅打印,--干运行,--重新检测

    实际上不运行任何命令;只打印它们。

    -o文件,--旧文件=文件,--假定旧=文件

    认为文件很旧,不要重做。

    -打印数据库打印制造商的内部数据库。

    q,-问题不运行命令;退出状态表示如果是最新的。

    -r,--没有内置规则禁用内置隐式规则。

    -R,--没有内置变量禁用内置变量设置。

    -s,--安静,--安静不要回应命令。

    -S,--不,继续走,--停下

    关闭-k。

    -接触目标而不是重新制造。

    -V,-版本打印版本号的退出和退出。

    -w,--打印目录打印当前目录。

    --没有打印目录关闭-w,即使它是隐式打开的。

    -W文件,--假设=文件,--新文件=文件,--假设新=文件

    认为文件是无限新的。

    --当引用未定义的变量时警告未定义的变量。


    这个程序是为i686-w64-mingw32构建的

    向<bug-make@gnu.org>报告错误

    }

  • 相关阅读:
    python_workone
    python___"TypeError: 'module' object is not callable"
    显示pycharm的行号
    pycharm切换python版本
    yum安装pip
    informix数据库常用命令(转)
    eclipse打不开的解决办法
    linux修改时间大全
    在安装mysqli的时候,出现error: ext/mysqlnd/mysql_float_to_double.h: No such file or directory
    Amazon Linux AMI 2015.09 (HVM)平台搭建lamp
  • 原文地址:https://www.cnblogs.com/YZFHKMS-X/p/11955832.html
Copyright © 2020-2023  润新知