Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 115) sorted by relevance

12345

/xen-4.10.0-shim-comet/
A DMakefile50 .PHONY: build
51 build: $(TARGS_BUILD) target
53 .PHONY: build-xen
54 build-xen:
55 $(MAKE) -C xen build
57 .PHONY: build-tools
58 build-tools: build-tools-public-headers
62 build-stubdom: mini-os-dir build-tools-public-headers
68 .PHONY: build-docs
69 build-docs:
[all …]
A DINSTALL15 All but xen have to be prepared for build with a configure script in the
72 During build in a git checkout the buildsystem needs to download
80 Disable build of certain ocaml libraries and tools. To actually build
88 Attempt to build of an OVMF firmware binary. This requires special
148 This option can be used to build them anyway.
205 The make target 'rpmball' will build a xen.rpm. This variable can be
233 During stubdom build external packages will be downloaded into the
243 Using additional CFLAGS to build tools which will run in dom0 is
318 * To build a private copy of tools and xen:
326 %build
[all …]
/xen-4.10.0-shim-comet/tools/pygrub/
A DMakefile7 INSTALL_LOG = build/installed_files.txt
10 all: build
11 .PHONY: build
12 build: target
13 CC="$(CC)" CFLAGS="$(PY_CFLAGS)" $(PYTHON) setup.py build
36 rm -rf build tmp *.pyc *.pyo *.o *.a *~ a.out $(INSTALL_LOG) $(DEPS_RM)
/xen-4.10.0-shim-comet/docs/misc/
A Dlibxl_memory.txt16 | | guest | | | build | | |
22 | | balloon | | build
33 build start = libxl_domain_build_info.target_memkb
50 | | guest | | | build | target | |
56 | | balloon | | build
65 build start = libxl_domain_build_info.target_memkb
/xen-4.10.0-shim-comet/tools/python/
A DMakefile5 all: build
9 INSTALL_LOG = build/installed_files.txt
11 .PHONY: build
12 build: target
13 CC="$(CC)" CFLAGS="$(PY_CFLAGS)" $(PYTHON) setup.py build
41 rm -rf build/
/xen-4.10.0-shim-comet/tools/firmware/
A Dovmf-makefile10 # OVMF build system has its own parallel building support.
15 all: build
17 .PHONY: build
18 build:
19 OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4
/xen-4.10.0-shim-comet/tools/xenbackendd/
A DMakefile21 all: build
23 .PHONY: build
24 build: xenbackendd target
27 install: build
/xen-4.10.0-shim-comet/tools/xcutils/
A DMakefile23 all: build
25 .PHONY: build
26 build: $(PROGRAMS) target
35 install: build
/xen-4.10.0-shim-comet/tools/hotplug/common/
A DMakefile16 all: build
18 .PHONY: build
19 build: $(HOTPLUGPATH) target
28 install-scripts: build
/xen-4.10.0-shim-comet/tools/golang/xenlight/
A DMakefile16 all: build
32 .PHONY: build
33 build: package target
37 install: build
/xen-4.10.0-shim-comet/m4/
A Dsubsystem.m412 AS_HELP_STRING([--disable-$1], [Disable build and install of $1]),[
23 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
34 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
49 echo "Will build the following subsystems:"
/xen-4.10.0-shim-comet/tools/xenmon/
A DMakefile25 all: build
27 .PHONY: build
28 build: xentrace_setmask xenbaked target
31 install: build
/xen-4.10.0-shim-comet/tools/tests/xenstore/
A DMakefile12 all: build
14 .PHONY: build
15 build: $(TARGETS) target
/xen-4.10.0-shim-comet/tools/tests/mem-sharing/
A DMakefile14 all: build
16 .PHONY: build
17 build: $(TARGETS) target
/xen-4.10.0-shim-comet/tools/fuzz/
A DREADME.oss-fuzz20 We also provide build script to oss-fuzz. The build script will
22 environment, which has libFuzzEngine installed. The build script is
23 responsible for calling the correct Xen build rune to produce the
32 Feel free to modify each fuzzing targets at will. Make sure they build
33 by invoking make as you would build tools.
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/
A DMakefile12 all: build
14 .PHONY: build
15 build: xen-headers xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile target
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A DMakefile16 all: build
18 .PHONY: build
19 build: $(TARGETS) target
/xen-4.10.0-shim-comet/tools/xentrace/
A DMakefile19 all: build
21 .PHONY: build
22 build: $(BIN) $(SBIN) $(LIBBIN) target
25 install: build
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A DREADME9 To build do one of:
13 build tree via the XEN and XL environment variable.
16 make -C /path/to/kernel/build M=$PWD modules
17 NB. This is your native kernel build tree (or a distro provided
/xen-4.10.0-shim-comet/tools/blktap2/lvm/
A DMakefile20 all: build
22 build: $(TEST) $(LVM-OBJS) target
36 .PHONY: all build clean distclean install lvm-util uninstall
/xen-4.10.0-shim-comet/tools/memshr/
A DMakefile24 all: build
26 build: $(LIBMEMSHR-BUILD) target
47 .PHONY: all build clean install distclean uninstall
/xen-4.10.0-shim-comet/tools/blktap2/vhd/
A DMakefile26 all: subdirs-all build
28 build: $(IBIN) target
53 .PHONY: all build clean distclean install uninstall vhd-util vhd-update
/xen-4.10.0-shim-comet/xen/test/
A DMakefile2 tests all: build
10 install build subtree-force-update uninstall: %: target
/xen-4.10.0-shim-comet/tools/misc/
A Dmkdeb50 Description: Xen upstream testing build snapshot
51 Warning: This is a custom testing build of Xen; it is not an
62 dpkg --build deb xen-upstream-$version.deb
/xen-4.10.0-shim-comet/tools/golang/
A DMakefile16 .PHONY: build all
17 all build: subdirs-all target

Completed in 23 milliseconds

12345