On Tue, 2014-08-12 at 14:48 +0800, clo...@gmail.com wrote:
> [root@localhost ~]# make --help
> -C DIRECTORY, --directory=DIRECTORY
> “在执行钱先切换到 DIRECTORY 目录。 ”
>
> should be
>
> “在执行前先切换到 DIRECTORY 目录。 ”
Hi;
Translations for GNU projects, including GNU make, are handl
[root@localhost ~]# make --help
用法:make [选项] [目标] ...
选项:
-b, -m 忽略兼容性。
-B, --always-make 无条件 make 所有目标。
-C DIRECTORY, --directory=DIRECTORY
在执行钱先切换到 DIRECTORY 目录。
-d 打印大量调试信息。
--debug[=FLAGS] 打印各种调试信息。
-C DIRECTORY, --directory=DIRECTORY
“在执行钱先切换到 DIRECTORY 目录。 ”
should be
“在执行前先切换到
Hello
I am not sure if its a bug, but I'll go ahead and ask anyways
I am trying
make -t
Is there a way to have make just touch the file. Right now its looking for
dependencies and if it does not find the dependency stated
it would not touch the file
Deepa
___