Skip to content
  • Simon Marlow's avatar
    8335c227
    [project @ 2002-01-30 12:11:35 by simonmar] · 8335c227
    Simon Marlow authored
    - Consider .hc files as real sources unless they are derived from
      .hs/.lhs sources (using the existing "derived sources" mechanism").
    
    - Set PRE_SRCS using := rather than =, to avoid re-expanding the
      $(wildcard) multiple times.  In a simple test I did, this can save
      a 1/4 second (depending on the size of the directores involved) per
      make!
    8335c227
    [project @ 2002-01-30 12:11:35 by simonmar]
    Simon Marlow authored
    - Consider .hc files as real sources unless they are derived from
      .hs/.lhs sources (using the existing "derived sources" mechanism").
    
    - Set PRE_SRCS using := rather than =, to avoid re-expanding the
      $(wildcard) multiple times.  In a simple test I did, this can save
      a 1/4 second (depending on the size of the directores involved) per
      make!
Loading