@@ -100,8 +100,8 @@ in a non-standard directory (the default is /usr/xenocara).
100
100
101
101
Xenocara requires objdirs. Just run 'make obj' as root at any level
102
102
before 'make build' to make sure that the object directories are
103
- created. XOBJDIR defines the obj directory that is used (defaults to
104
- /usr/xobj). It should be created before running 'make obj'.
103
+ created. XOBJDIR defines the obj directory that is used (defaults to
104
+ /usr/xobj). It should be created before running 'make obj'.
105
105
106
106
## Regenerating configure scripts
107
107
@@ -156,18 +156,18 @@ to a new release of XCB:
156
156
python3 package.
157
157
3 . Update dist/libxcb.
158
158
4 . Check lib/libxcb/src/Makefile if new files need to be generated.
159
- 5 . Run ` make ` in lib/xcb/src to generate the files for the new version.
159
+ 5 . Run make in lib/xcb/src to generate the files for the new version.
160
160
6 . Check lib/libxcb/ for other files needing updates.
161
161
7 . Commit the result.
162
162
163
163
## How to build something with debug information?
164
164
165
- You can use ` env CFLAGS=-g make -f Makefile.bsd-wrapper build ` to
165
+ You can use env CFLAGS=-g make -f Makefile.bsd-wrapper build to
166
166
build any module with debugging information, but you'll need to remove
167
- ` XOBJDIR/xorg-config.cache.${MACHINE} ` before doing that because
167
+ XOBJDIR/xorg-config.cache.${MACHINE} before doing that because
168
168
autoconf caches the value of CFLAGS in its cache.
169
169
170
- ## How to get a core file out of the X server?
170
+ ## How to get a core file out of the X server?
171
171
172
172
Several things are needed:
173
173
@@ -176,7 +176,7 @@ Several things are needed:
176
176
xenodm, you can add the option in /etc/X11/xenodm/Xservers. If you
177
177
want to use startx, you need to run it as root, like this:
178
178
179
- ` startx -- /usr/X11R6/bin/X -keepPriv`
179
+ startx -- /usr/X11R6/bin/X -keepPriv
180
180
181
181
Now the X server should dump core when catching a fatal signal and the
182
182
core dump should be in /var/crash/Xorg/<pid >.core.
@@ -189,4 +189,4 @@ dump will be in the current directory where startx was executed.
189
189
See also http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging
190
190
191
191
--
192
- $OpenBSD: README.md,v 1.1 2024/07/20 19:56:40 matthieu Exp $
192
+ $OpenBSD: README.md,v 1.2 2024/07/22 19:36:31 rsadowski Exp $
0 commit comments