[FFmpeg-trac] #7732(build system:new): parallel minimalistic build fails
FFmpeg
trac at avcodec.org
Thu Aug 18 16:41:04 EEST 2022
#7732: parallel minimalistic build fails
-------------------------------------+-------------------------------------
Reporter: barsnick | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: build
| system
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by mkver):
Looking at the Makefile, I can't say I'm surprised by what you experience.
There is just nothing that synchronizes that the clean target is executed
before rebuilding everything, so executing clean may remove files just
created.
I actually never had the expectation that adding another target to clean
should work at all; I always use "make clean && make <other targets>". So
I don't really consider this a bug.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7732#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list