• Michael Stahl's avatar
    gbuild: get rid of processdeps.awk · 7019a1c6
    Michael Stahl yazdı
    The only thing that processdeps.awk does that is actually useful is to
    be able to set the target name freely, but that is only important for
    the default resource file which was just renamed.
    
    Instead hack makedepend to provide the required functionality directly:
    - write dummy rules for included files so builds don't break on
      rename/removal
    - format deps one per line like concat-deps expects
    - concat-deps expects standard POSIX line ends, so open in binary mode
      (also disable that awful backup copying nonsense)
    
    Though in retrospect it would perhaps be a better investment of time to
    try to replace makedepend...
    
    Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421
    7019a1c6
def.h 6.16 KB