added 'gawk' to build dependencies, and added rule for cleaning citadel
tools
This commit is contained in:
parent
dcca3ea890
commit
57c299d5ea
5
Makefile
5
Makefile
@ -34,4 +34,7 @@ update-submodules: ## Retrieve or update submodule projects
|
|||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
install-build-deps:
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user