Home
last modified time | relevance | path

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

123456

/xen/automation/gitlab-ci/
A Dbuild.yaml1 .build-tmpl: &build
2 stage: build
5 - ./automation/scripts/build 2>&1 | tee build.log
36 .x86-64-build-tmpl:
37 <<: *build
43 .x86-64-build:
54 <<: *build
60 .x86-32-build:
70 .gcc-x86-64-build:
121 <<: *build
[all …]
/xen/
A DMakefile50 .PHONY: build
51 build: $(TARGS_BUILD) target
53 .PHONY: build-xen
54 build-xen:
55 $(MAKE) -C xen build
61 .PHONY: build-tools
62 build-tools: build-tools-public-headers
66 build-stubdom: mini-os-dir build-tools-public-headers
72 .PHONY: build-docs
73 build-docs:
[all …]
/xen/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)" LDFLAGS="$(PY_LDFLAGS)" $(PYTHON) setup.py build
36 rm -rf build tmp *.pyc *.pyo *.o *.a *~ a.out $(INSTALL_LOG) $(DEPS_RM)
/xen/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/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/tools/firmware/
A Dovmf-makefile10 # OVMF build system has its own parallel building support.
15 all: build
17 .PHONY: build
18 build:
20 OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4
/xen/tools/golang/xenlight/
A DMakefile14 all: build
35 .PHONY: build
36 build: xenlight.go $(GOXL_GEN_FILES) target
37 …DLIBS_libxenlight) $(LDLIBS_libxentoollog) -L$(XEN_XENLIGHT) -L$(XEN_LIBXENTOOLLOG)" $(GO) build -x
40 install: build
/xen/tools/xenbackendd/
A DMakefile21 all: build
23 .PHONY: build
24 build: xenbackendd target
27 install: build
/xen/tools/hotplug/common/
A DMakefile16 all: build
18 .PHONY: build
19 build: $(HOTPLUGPATH) target
28 install-scripts: build
/xen/tools/xcutils/
A DMakefile23 all: build
25 .PHONY: build
26 build: $(PROGRAMS) target
35 install: build
/xen/tools/xenmon/
A DMakefile25 all: build
27 .PHONY: build
28 build: xentrace_setmask xenbaked target
31 install: build
/xen/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/automation/build/ubuntu/
A Dbionic.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 build-essential \
A Dtrusty.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 build-essential \
A Dxenial.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 build-essential \
/xen/automation/build/debian/
A Djessie-i386.dockerfile8 RUN mkdir /build
9 WORKDIR /build
13 # build depends
16 build-essential \
A Djessie.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 build-essential \
A Dunstable-arm64v8.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 build-essential \
A Dunstable-i386.dockerfile8 RUN mkdir /build
9 WORKDIR /build
13 # build depends
16 build-essential \
A Dstretch-i386.dockerfile8 RUN mkdir /build
9 WORKDIR /build
13 # build depends
16 build-essential \
/xen/tools/tests/xenstore/
A DMakefile12 all: build
14 .PHONY: build
15 build: $(TARGETS) target
/xen/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/tools/tests/mem-sharing/
A DMakefile14 all: build
16 .PHONY: build
17 build: $(TARGETS) target
/xen/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/tools/tests/xen-access/
A DMakefile16 all: build
18 .PHONY: build
19 build: $(TARGETS) target

Completed in 28 milliseconds

123456