makefile: don't clear package caches before build, speeds up build process

This commit is contained in:
nodiscc
2020-04-12 14:08:35 +02:00
parent 9ce35e1c32
commit 83c01502d5

View File

@@ -4,7 +4,7 @@
SHELL := /bin/bash SHELL := /bin/bash
# remove 'download_extra' to build without third party software/dotfiles # remove 'download_extra' to build without third party software/dotfiles
all: install_buildenv clean download_extra build all: install_buildenv download_extra build
download_extra: download_extra:
make -f Makefile.extra make -f Makefile.extra
@@ -17,7 +17,7 @@ install_buildenv:
# clear all caches, only required when changing the mirrors/architecture config # clear all caches, only required when changing the mirrors/architecture config
clean: clean:
sudo lb clean --purge sudo lb clean --all
git clean -di git clean -di
bump_version: bump_version: