mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 14:52:13 +00:00
remove use of buggy .SECONDARY special target in makefile
this functionality is affected by GNU make bug #30653, "intermediate files incorrectly pruned in parallel builds". on affected versions of make, parallel builds attempt to compile source files before alltypes.h is generated. as noted with commit a91ebdcfac6804714a1fe39f4375e2b4ebab085b, which added the use of .SECONDARY, suppression of removal of "intermediate" files does not seem to be needed at present. if it is needed in the future, it should be achievable by explicitly mentioning their names as targets or prerequisites.
This commit is contained in:
parent
650b04f8cc
commit
d18cf76d73
Loading…
x
Reference in New Issue
Block a user