summaryrefslogtreecommitdiffstats
path: root/disk/autofs/BUILD
blob: 339362814c32beb0ac9eb54e2589d4f661fcc89e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULT_CFLAGS="CFLAGS    = -O3 -fomit-frame-pointer -Wall"  &&
     SA_CFLAGS="CFLAGS    = $CFLAGS  -Wall"                  &&

sedit  "s/$DEFAULT_CFLAGS/$SA_CFLAGS/"  Makefile.rules       &&
# skip the samples that clobber up /etc
#rm -rf samples &&
sedit 's/\(SUBDIRS = lib daemon modules man\) samples/\1/' Makefile.rules &&
default_build
#./configure  --build=$BUILD        \
#             --prefix=/usr         \
#             --sysconfdir=/etc     \
#             --localstatedir=/var  \
#             $OPTS                 &&
#make                               &&