ffbuild/commonmak: Fix rebuild check with implicit rule chains#80
ffbuild/commonmak: Fix rebuild check with implicit rule chains#80softworkz wants to merge 3 commits intoffstaging:masterfrom
Conversation
|
/submit |
|
Submitted as pull.80.ffstaging.FFmpeg.1747534468635.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
2d7cf38 to
f468ea2
Compare
|
/submit |
|
Submitted as pull.80.v2.ffstaging.FFmpeg.1747549830700.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
|
On the FFmpeg mailing list, "softworkz ." wrote (reply to this): |
|
On the FFmpeg mailing list, Ramiro Polla wrote (reply to this): |
|
On the FFmpeg mailing list, "softworkz ." wrote (reply to this): |
f468ea2 to
c3e7958
Compare
|
On the FFmpeg mailing list, Ramiro Polla wrote (reply to this): |
|
On the FFmpeg mailing list, "softworkz ." wrote (reply to this): |
This comment was marked as outdated.
This comment was marked as outdated.
c3e7958 to
981329e
Compare
|
/submit |
|
Submitted as pull.80.v3.ffstaging.FFmpeg.1747783977790.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
981329e to
20c2fb6
Compare
|
/submit |
|
Submitted as pull.80.v4.ffstaging.FFmpeg.1748037922309.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
|
/submit |
|
Submitted as pull.80.v5.ffstaging.FFmpeg.1748382088.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
e0edc6e to
1781c5f
Compare
|
/submit |
|
Submitted as pull.80.v6.ffstaging.FFmpeg.1750176111.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
|
On the FFmpeg mailing list, "softworkz ." wrote (reply to this): |
Signed-off-by: softworkz <softworkz@hotmail.com>
This commit simplifies and consolidates all the rules around ptx and resource file compression. Signed-off-by: softworkz <softworkz@hotmail.com>
1781c5f to
dde90b2
Compare
|
/help |
1 similar comment
|
/help |
|
HttpError: Validation Failed: {"resource":"IssueComment","code":"unprocessable","field":"data","message":"Body cannot be blank"} |
|
/submit |
|
Submitted as pull.80.v7.ffstaging.FFmpeg.1750699628.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
Signed-off-by: softworkz <softworkz@hotmail.com>
dde90b2 to
cfeeade
Compare
|
/submit |
|
Submitted as pull.80.v8.ffstaging.FFmpeg.1750719366.ffmpegagent@gmail.com To fetch this version into To fetch this version to local tag |
| $(RUN_BIN2C) | ||
| endif | ||
|
|
||
| # 1) Preprocess CSS to a minified version |
There was a problem hiding this comment.
Someone had asked on IRC whether I would submit AI generated code as those comments would look like I did.
(the only AI generated line of code I've ever submitted is the sed command in that file)
While I believe that comments are often useful, there aren't any other comments in common.mak, and there had been some disliking comments about those lines earlier, so I wanted to adapt to these attitudes.
One could also say that due to the command variables like $(RUN_GZIP), $(RUN_MINIFY)and $(RUN_BIN2C) it is now more clear what happens on each line.
PS: Thanks a lot for looking at this patchset :-)
V2
(use the universal command pattern)
V3
(as suggested by Ramiro - thanks!)
V4
Tested all scenarios:
(it's still an intermediate, but an "intermediate to keep")
V5
V6
(as reported by Kasper Michalow - thanks!)
V7
V8
.