summaryrefslogtreecommitdiffstats
path: root/odbc-drivers/picoodbc/BUILD
blob: cd41035dbaebd98ea5285b277d746a582f0c04b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# insert CFLAGS into all subdir makefiles
# and remove references to /usr/local
  local L       &&
  for L  in  `ls -d *` ;  do
    if [[ -f $L/Makefile ]] ; then
      sedit "s/CFLAGS=/CFLAGS+=/;s#/local##" $L/Makefile;
    fi
  done			
  make