readme.gmake
来自「创建一个符合iso-9660标准的iso文件系统」· GMAKE 代码 · 共 29 行
GMAKE
29 行
Gmake compliance is included for convenience because it maybe found on many systems and most make programs are worsethan gmake.If you have problems with the make file system and gmake,you are out of luck. Gmake has a debug option, but it givestons of debug messages. Less than 1% of these debug messages areuseful. Important things are missing in these debug messages.Gmake has bug with the VPATH= option. Some of the macros arenot expanded correctly. I had to remove all occurrences of$@ $* and $^ on some places for this reason.On some platforms (e.g. OSF1), gmake is not able to correctly recognizethe default target. If gmake complains about this, call ./Gmake allTo use GNU make create a file called 'Gmake' in you search paththat contains:#!/bin/shMAKEPROG=gmakeexport MAKEPROGexec gmake "$@"and call 'Gmake' instead of gmake. On Linux there is no gmake, 'make'on Linux is really a gmake.'Gmake' and 'Gmake.linux' are part of this distribution.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?