Module Name: othersrc
Committed By: agc
Date: Mon May 9 14:47:15 UTC 2011
Modified Files:
othersrc/external/bsd/gensetlist: gensetlist.c
Log Message:
Add a ".debug" extension to all compat debug libraries - as pointed out by
Nicholas Joly on tech-userlevel.
Many thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/gensetlist/gensetlist.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/gensetlist/gensetlist.c
diff -u othersrc/external/bsd/gensetlist/gensetlist.c:1.1.1.1 othersrc/external/bsd/gensetlist/gensetlist.c:1.2
--- othersrc/external/bsd/gensetlist/gensetlist.c:1.1.1.1 Sat Mar 12 08:20:42 2011
+++ othersrc/external/bsd/gensetlist/gensetlist.c Mon May 9 14:47:15 2011
@@ -438,7 +438,7 @@
vars.libdir, compat->arch32, vars.libname,
pdefs(&vars, buf, sizeof(buf), "compat,pic"));
if (vars.shlib) {
- printf("./usr/libdata/debug%s/%s/lib%s.so.%s.%s\t\tcomp-compat-shlib\t%s\n",
+ printf("./usr/libdata/debug%s/%s/lib%s.so.%s.%s.debug\t\tcomp-compat-shlib\t%s\n",
vars.libdir, compat->arch32, vars.libname, vars.major, vars.minor,
pdefs(&vars, buf, sizeof(buf), "compat,pic,debug"));
}