📄 readme.gmake
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -