• R
    remove use of buggy .SECONDARY special target in makefile · d18cf76d
    Rich Felker 提交于
    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 a91ebdcf, 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.
    d18cf76d
Makefile 6.1 KB