summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 92e0394..634a418 100644
--- a/Makefile
+++ b/Makefile
@@ -241,13 +241,6 @@ rootfs/%.btrfs:
241 241
242debian_dist := $(shell . /etc/os-release && printf %s $$VERSION_CODENAME) 242debian_dist := $(shell . /etc/os-release && printf %s $$VERSION_CODENAME)
243 243
244apt_list_files = $(addprefix /./var/lib/apt/lists/, \
245 *$(debian_dist)_main_binary* \
246 *$(debian_dist)_main_i18n_Translation-en \
247 *$(debian_dist)_updates_main_binary* \
248 *$(debian_dist)_updates_main_i18n_Translation-en \
249 *dists_$(debian_dist)_*Release*)
250
251stale = [ ! -e $@ ] || [ $$(( $$(date +%s) - $$(date -r $@ +%s) )) -gt 36000 ] 244stale = [ ! -e $@ ] || [ $$(( $$(date +%s) - $$(date -r $@ +%s) )) -gt 36000 ]
252 245
253apt = $(shell which apt || which apt-get) 246apt = $(shell which apt || which apt-get)