From 57c299d5ea8c20d9ae1c4bb580eab4dff6cb8862 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sun, 18 Mar 2018 19:33:31 -0400 Subject: [PATCH] added 'gawk' to build dependencies, and added rule for cleaning citadel tools --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ee2534..111516a 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,7 @@ update-submodules: ## Retrieve or update submodule projects git submodule update --init install-build-deps: - sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev + sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev gawk + +clean-citadel-tools: + $(DOCKER_RUN) bash -c "source setup-build-env && bitbake -ccleansstate citadel-rootfs && bitbake -ccleansstate citadel-realms && bitbake -ccleansstate citadel-desktopd"