From 293f67143f3711d655a3582669e4d6a8cc164f20 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 3 May 2020 16:53:21 -0400 Subject: Mark tarballs .PRECIOUS --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2add9f1..492064c 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ all: exman ${SYSTEMS} .SUFFIXES: .tar .url +.PRECIOUS: ${SYSTEMS:=.tar} + .url.tar: ${CURL} -f -o $@ "$$(cat $<)" @@ -22,11 +24,15 @@ all: exman ${SYSTEMS} mkdir -p $@ ${TAR} -x -f $< -C $@ --strip-components ${STRIP.$@} ${FILES.$@} +.PRECIOUS: netbsd-man.tar netbsd-comp.tar + netbsd: netbsd-man.tar netbsd-comp.tar mkdir -p $@ ${TAR} -x -f netbsd-man.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} ${TAR} -x -f netbsd-comp.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} +.PRECIOUS: openbsd-man.tar openbsd-comp.tar + openbsd: openbsd-man.tar openbsd-comp.tar mkdir -p $@ ${TAR} -x -f openbsd-man.tar -C $@ --strip-components ${STRIP.$@} ${FILES.$@} -- cgit 1.4.1