print.patch
来自「linux下编译交叉工具链的工具源码」· PATCH 代码 · 共 16 行
PATCH
16 行
Index: Makefile===================================================================RCS file: /cvsroot/ptxdist/ptxdist-testing/Makefile,vretrieving revision 1.1.1.5diff -u -r1.1.1.5 Makefile--- ptxdist-testing/Makefile.old 14 Oct 2003 02:32:09 -0000 1.1.1.5+++ ptxdist-testing/Makefile 22 Oct 2003 23:27:35 -0000@@ -276,5 +276,7 @@ $(INSTALL_LOG): make -C $(TOPDIR)/tools/install-log-1.9 +print-%:+ echo $* is $($*) .PHONY: dep_output_clean dep_tree dep_world skip_vendortweaks # vim600:set foldmethod=marker:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?