ChinaUnix.net
相关文章推荐:

patch p1

我仔细看了用Diff和patch工具维护源码(轉載) 还是不懂啊! 假定源码目录位于/usr/src/linux中,则在当前目录为/usr/src时使用"patch -p0 <patch-2.4.16"可以工作,在当前目录为/usr/src/linux时,"patch -p1<patch-2.4.16"也可以正常工作。 patch -p0 <patch-2.4.16 则要patch的文件目录是/usr/src/linux吗? patch -p1 <patch-2.4.16 则要patch的文件目录是usr/src/linux吗? 这两者是相差了一个“/”吗? 我实在是不懂这样有...

by joealec - Linux论坛 - 2004-12-10 14:33:31 阅读(2464) 回复(8)

相关讨论

要交互式地指出每一个 patch file, 有无自动默认的模式 ? 谢谢

by Unix1998 - Linux论坛 - 2004-08-01 09:41:33 阅读(507) 回复(0)

请教一下, patch 完补丁后,还需要做一些什么工作,如需要 输入一些什么 命令 等。可否解释一下为什么要输入这些命令。 :em35:

by cnnetinfo - Linux论坛 - 2003-03-05 14:08:20 阅读(730) 回复(1)

这个补丁怎么下啊?113046-01 怎么连看都不让看啊?能解决什么问题?那未能帮忙贴上来?

by kindblue - Solaris - 2003-05-29 21:20:25 阅读(822) 回复(1)

现在SUN 公司的网站SUNSOLVE.SUN.COM 下载补丁需要帐号和口令 请问那位有帐号和口令给大家共享共享啊,在此多谢了!

by koukou - Solaris - 2008-01-08 13:52:09 阅读(1901) 回复(1)

Added two options to special command to create the makefile that could dynamically compile the static library. Changed the "make depend" to "make depend || echo Never mind.". As we know, there's no "depend" in some makefiles. Disable the adding the the lead character '_' to the symbols. The programmer should know how to do with it. 文件:crunchgen.rar 大小:1KB 下载: 下载 ...

by mirnshi - BSD文档中心 - 2007-03-05 12:45:51 阅读(968) 回复(0)

linux es3.0-u6, 作为nfs client, 读速度正常,不过写的速度太慢,有谁知道nfs有这方面的patch没?

by maldinihjw - 系统管理 - 2006-11-03 23:59:31 阅读(678) 回复(1)

在hpux上打patch,系统版本11.23,安腾芯片,rx2600 patch安装的时候报错,提示都需要UserLicense.UNL-USER,fa=HP-UX_B.11.23_IA和UserLicense.UNL-USER,fa=HP-UX_B.11.23_PA options-> change options,选上All targets to resolve the source locally->action->manage patch selection->选择第二项Automatically.... 进hp的patch下载页面 在find standard patch bundles,选择HP-UX patch bundles 选11.23的,从最老的那个开始...

by zhong0912 - HP文档中心 - 2006-09-11 09:49:35 阅读(1658) 回复(0)

在AIX操作系统中,用oslevel -r 可以看到系统当前的补丁级别,在HP-UX下如何查看哪?谢谢!!!

by mpghhb - HP-UX - 2006-08-16 15:40:13 阅读(1228) 回复(1)

I have to download some new patch for secuirty issue. but i found i can't download the new patch from redhat, can you help me?

by hyperdoom - 系统管理 - 2006-01-23 13:03:58 阅读(673) 回复(3)

如果diff两个项目目录时,这两个项目目录文件数不同,比如新的项目比旧的多两个文件; 那么生成patch之后;再在旧的项目目录上打patch,这两个新添加的文件也会加入到旧的项目目录中吗??? 我试过,好像是不能加入新的代码文件。请问是否是这么回事儿?

by eikes - Shell - 2005-12-21 11:36:34 阅读(1088) 回复(2)