From 83c01502d5b1db37a584c438ffcb9f3d74289e71 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 12 Apr 2020 14:08:35 +0200 Subject: [PATCH] makefile: don't clear package caches before build, speeds up build process --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 503453a..9f36052 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash # 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: make -f Makefile.extra @@ -17,7 +17,7 @@ install_buildenv: # clear all caches, only required when changing the mirrors/architecture config clean: - sudo lb clean --purge + sudo lb clean --all git clean -di bump_version: