Skip to content
  • Arthur Williams's avatar
    Support -M, -MM, and -MMD · ee75521d
    Arthur Williams authored
    Add support for some more options to generate dependency fragments.
    -M is likes -MD but doesn't compile anything so the command won't fail
    when just supplied a file without all the relevant libs.
    -MM and -MMD are like their counterparts but skip system libs.
    
    Note the behavior of -MD has changed to include system libs. Use -MMD
    for the old behavior. This matches gcc's corresponding flags
    ee75521d