summaryrefslogtreecommitdiffstats
path: root/disk/autofs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'disk/autofs/BUILD')
-rwxr-xr-xdisk/autofs/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/disk/autofs/BUILD b/disk/autofs/BUILD
index cb8f5063b5..339362814c 100755
--- a/disk/autofs/BUILD
+++ b/disk/autofs/BUILD
@@ -2,7 +2,9 @@ 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 \