Skip to content
  • Don Stewart's avatar
    [project @ 2004-10-06 00:56:59 by dons] · 10aa0194
    Don Stewart authored
    Use >> append onto build.mk, so that build scripts can add extra vars
    to build.mk.
    
    Replace grep \(a\|b\) with [ab]. \| is an extended regex, whereas the
    [] class is a basic RE -- so it works with BSD grep.
    10aa0194