Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH v8 0/3] ffbuild/commonmak: Fix rebuild check with implicit rule chains
@ 2025-06-23 22:56 ffmpegagent
  2025-06-23 22:56 ` [FFmpeg-devel] [PATCH v8 1/3] fftools/resources: Fix double-build by disabling .d file generation softworkz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ffmpegagent @ 2025-06-23 22:56 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: softworkz


V2
==

 * Fix MSVC build
   (use the universal command pattern)


V3
==

 * Skip dependency generation by clearing CC_DEPS instead
   (as suggested by Ramiro - thanks!)


V4
==

 * Always keep .ptx files (as suggested by Timo - thanks) Tested all
   scenarios:
   * .ptx.c and .ptx.gz still get deleted (as intermediates)
   * repeated make shows "up-to-date"
   * removing a .ptx file does not cause a rebuild (it's still an
     intermediate, but an "intermediate to keep")
   * but changing a .ptx does (in case of dev/debugging)
   * changed .cu files always rebuild of course


V5
==

 * First patch remains unchanged
 * Added second patch to clean up and consolidate the rules around
   compression


V6
==

 * Rebased
 * Confirmed that it also resolves MSVC-CLang compilation
   (as reported by Kasper Michalow - thanks!)


V7
==

 * As the log line about intermediate file deletion ("RM ....") didn't find
   much love, this version uses the workaround via the .SECONDARY special
   make target to prevent intermediate file deletion


V8
==

 * Resubmit due to Patchwork outage

.

softworkz (3):
  fftools/resources: Fix double-build by disabling .d file generation
  ffbuild/commonmak: Consolidate pattern rules for compression
  fftools/resources: Update .gitignore

 ffbuild/common.mak           | 49 ++++++++++++++----------------------
 fftools/Makefile             |  1 +
 fftools/resources/.gitignore |  5 ++--
 fftools/resources/Makefile   | 12 ++++++---
 4 files changed, 31 insertions(+), 36 deletions(-)


base-commit: e6298e0759430f64e9bd9298775de92597be8a50
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-80%2Fsoftworkz%2Fsubmit_commonmak-v8
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-80/softworkz/submit_commonmak-v8
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/80

Range-diff vs v7:

 1:  391217966f = 1:  391217966f fftools/resources: Fix double-build by disabling .d file generation
 2:  17b0af91ec = 2:  17b0af91ec ffbuild/commonmak: Consolidate pattern rules for compression
 3:  dde90b288f = 3:  cfeeade9d4 fftools/resources: Update .gitignore

-- 
ffmpeg-codebot
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-23 22:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-23 22:56 [FFmpeg-devel] [PATCH v8 0/3] ffbuild/commonmak: Fix rebuild check with implicit rule chains ffmpegagent
2025-06-23 22:56 ` [FFmpeg-devel] [PATCH v8 1/3] fftools/resources: Fix double-build by disabling .d file generation softworkz
2025-06-23 22:56 ` [FFmpeg-devel] [PATCH v8 2/3] ffbuild/commonmak: Consolidate pattern rules for compression softworkz
2025-06-23 22:56 ` [FFmpeg-devel] [PATCH v8 3/3] fftools/resources: Update .gitignore softworkz

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git