commit f3f32dd

Michael Forney  ·  2026-03-20 21:12:23 +0000 UTC
parent 6bb576d
Mark fetch-curl dependency on pax as order-only

We don't need to re-extract everything when pax changes.
1 files changed,  +1, -0
+1, -0
1@@ -399,6 +399,7 @@ function fetch(method)
2 		script = '$basedir/scripts/fetch-'..method..'.sh'
3 	end
4 	if method ~= 'git' then
5+		table.insert(deps, '||')
6 		table.insert(deps, '$builddir/pkg/pax/host/pax')
7 	end
8 	build('fetch', '$dir/fetch', deps, {script=script})