diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-09-04 18:32:52 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-09-05 12:56:41 +0200 |
commit | c403e42f21bc77af6db3a4222e796c102ac7e6d0 (patch) | |
tree | 3af7a91bd29197596859ebacdba219cd41dd5228 /Makefile.inc | |
parent | 5dfd6819785590a1c4ea092160b78fe59a54a684 (diff) | |
download | coreboot-c403e42f21bc77af6db3a4222e796c102ac7e6d0.tar.xz |
what-jenkins-does: kill build results early
This reduces disk use and simplifies using abuild on
a ramdisk.
Change-Id: I3fb8d273dcbb5008fa9cfaa9465a59e3bbcb974b
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/6835
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index d72e6f94d3..ab27df0a6b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -568,6 +568,6 @@ $(obj)/coreboot.pre: $(objcbfs)/$(ROMSTAGE_ELF) $(obj)/coreboot.pre1 $(CBFSTOOL) JENKINS_PAYLOAD=none what-jenkins-does: - util/abuild/abuild -B -J -y -c 4 -p $(JENKINS_PAYLOAD) + util/abuild/abuild -B -J -y -c 4 -z -p $(JENKINS_PAYLOAD) (cd payloads/libpayload; $(MAKE) CONFIG_CCACHE=y V=$(V) Q=$(Q) junit.xml) $(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml |