Re: gitweb.js build mistake
From: Simon Richter <hidden>
Date: 2025-02-28 05:51:50
From: Simon Richter <hidden>
Date: 2025-02-28 05:51:50
Hi, On 2/28/25 14:34, Thorsten Glaser wrote:
This is because (rightfully) the output got a new dependency…quoted
$(MAK_DIR_GITWEB)static/gitweb.js: $(MAK_DIR_GITWEB)generate-gitweb-js.sh… but the rule uses $^ to append sources.
Possible fix attached.
Would an order-only dependency also work?
$(MAK_DIR_GITWEB)static/gitweb.js: |
$(MAK_DIR_GITWEB)generate-gitweb-js.sh
Simon