Lines Matching refs:to

15 All but xen have to be prepared for build with a configure script in the
17 environment variables which are used to adjust various aspects of the
18 following compile process. Once configure is done, make(1) has to be
26 options. It will pass them to the configure scripts in the tools,
36 The well known GNU configure options to specify the target directories.
38 Note: prefix defaults to /usr/local, sysconfdir defaults to /etc,
39 localstatedir defaults to /var.
55 sysv runlevel scripts are installed. This option allows to set the path
57 /etc/rc.d. If not specified configure tries to guess the path.
63 tries to guess the subdir.
69 linker to look in the correct location.
72 During build in a git checkout the buildsystem needs to download
88 Attempt to build of an OVMF firmware binary. This requires special
102 should be migrated to this host, or if existing domU snapshots should be
104 upstream qemu during initial start it is safe to disable this option.
112 additional options passed to its configure script.
131 The path where to store core dumps for domUs which are configured with
138 manually will not work anymore. The paths to systemd internals can also
142 this detection and the sysv runlevel scripts have to be used.
148 This option can be used to build them anyway.
152 enough to specify just --enable-stubdom and leave these options alone.
163 debug. This option can be used to disable such code paths.
173 The following variables are recognized by the build system. They have to
178 In addition to pass variables as make options it is also supported to
182 The well known variable to specify an offset during make install,
187 debug. This option can be used to disable such code paths.
194 used to override this path. Using the environment variable
199 BOOT_DIR defaults to /boot, DEBUG_DIR defaults to /usr/lib/debug and
200 EFI_DIR to /usr/lib64/efi.
206 used to append a custom string to the name. In addition a string can be
207 appended to the rpm Release: tag.
212 be used to append a custom string to the version.
222 can be used to provide fixed timestamps in the expected format.
229 This variable can be used to point to a different git binary to be used.
234 source tree. These variables can be used to point to a different
243 Using additional CFLAGS to build tools which will run in dom0 is
244 required when building distro packages. These variables can be used to
250 This variable can be used to use DIR/include and DIR/lib during build.
252 APPEND_INCLUDES= will be appended to the CFLAGS/LDFLAGS variable.
259 While the tools build will set the path to the python binary with the
260 configure script, the hypervisor build has to use this variable to use a
264 Building the python tools may fail unless certain options are passed to
265 setup.py. Config.mk contains additional info how to use this variable.
272 is required to use XSM/Flask; if the SELinux policy compiler is
287 systemd will be enabled per default. It is required to manually enable
302 It is recommended to run QEMU as non-root.
304 to do at installation time to run QEMU as a dedicated user.
310 Prior to xen-4.5 configure recognized essentially only the --prefix= and
311 --libdir= option to specify target directories. Starting with xen-4.5
324 * Use configure and make to build a distro rpm package (it is required
325 to unset variables set by the rpm configure macro):