Lines Matching refs:dist
7 all: dist
11 TARGS_DIST=$(patsubst %, dist-%, $(SUBSYSTEMS))
100 .PHONY: dist
101 dist: DESTDIR=$(DISTDIR)/install target
102 dist: $(TARGS_DIST) dist-misc target
104 dist-misc:
111 dist-%: DESTDIR=$(DISTDIR)/install
112 dist-%: install-%
116 xen: dist-xen
117 tools: dist-tools
118 stubdom: dist-stubdom
119 docs: dist-docs
165 $(MAKE) dist
171 debball: dist
178 rpmball: dist
233 rm -rf dist
349 .PHONY: dist-tboot
350 dist-tboot: download_tboot
351 $(MAKE) DESTDIR=$(DISTDIR)/install -C tboot dist