Skip to content

Commit

Permalink
makefile: don't clear package caches before build, speeds up build pr…
Browse files Browse the repository at this point in the history
…ocess
  • Loading branch information
nodiscc committed Apr 12, 2020
1 parent 9ce35e1 commit 83c0150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 83c0150

Please sign in to comment.