summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-20 22:16:12 -0400
committeru <u@billy>2023-11-17 08:44:10 -0500
commit1b697950d2aca3395ca9d245cafca29af87a6c97 (patch)
tree1803446e0def84b29c5d0d408541cb43e205b618
parent815bd7eaf0b8451eac00eae530ed67926af2e5a7 (diff)
removed unused
-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)