Re: bug report : make --help

2014-08-13 Thread Paul Smith
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

bug report : make --help

2014-08-12 Thread clo...@gmail.com
[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 “在执行前先切换到

make help

2008-10-01 Thread Deepa Agrawal
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 ___