/xen/automation/gitlab-ci/ |
A D | build.yaml | 1 .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 D | Makefile | 50 .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 D | Makefile | 7 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 D | libxl_memory.txt | 16 | | 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 D | Makefile | 5 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 D | ovmf-makefile | 10 # 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 D | Makefile | 14 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 D | Makefile | 21 all: build 23 .PHONY: build 24 build: xenbackendd target 27 install: build
|
/xen/tools/hotplug/common/ |
A D | Makefile | 16 all: build 18 .PHONY: build 19 build: $(HOTPLUGPATH) target 28 install-scripts: build
|
/xen/tools/xcutils/ |
A D | Makefile | 23 all: build 25 .PHONY: build 26 build: $(PROGRAMS) target 35 install: build
|
/xen/tools/xenmon/ |
A D | Makefile | 25 all: build 27 .PHONY: build 28 build: xentrace_setmask xenbaked target 31 install: build
|
/xen/m4/ |
A D | subsystem.m4 | 12 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 D | bionic.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 build-essential \
|
A D | trusty.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 build-essential \
|
A D | xenial.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 build-essential \
|
/xen/automation/build/debian/ |
A D | jessie-i386.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 13 # build depends 16 build-essential \
|
A D | jessie.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 build-essential \
|
A D | unstable-arm64v8.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 build-essential \
|
A D | unstable-i386.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 13 # build depends 16 build-essential \
|
A D | stretch-i386.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 13 # build depends 16 build-essential \
|
/xen/tools/tests/xenstore/ |
A D | Makefile | 12 all: build 14 .PHONY: build 15 build: $(TARGETS) target
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 20 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 D | Makefile | 14 all: build 16 .PHONY: build 17 build: $(TARGETS) target
|
/xen/tools/debugger/gdbsx/xg/ |
A D | Makefile | 12 all: build 14 .PHONY: build 15 build: xen-headers xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile target
|
/xen/tools/tests/xen-access/ |
A D | Makefile | 16 all: build 18 .PHONY: build 19 build: $(TARGETS) target
|