blob: 9ddab3ca12194ee5da199c70a37528aee1d498f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.2 2011/01/08 22:19:52 dsainty Exp $
Don't try to build things we don't care about, including hwclock - pulled in
unconditionally if building on Linux via am__append_1.
--- Makefile.in.orig 2010-06-30 12:53:07.000000000 +0000
+++ Makefile.in
@@ -311,9 +311,7 @@ ul_libmount_la = $(top_builddir)/shlibs/
# mount.h is generated by ./configure script and stored in build directory
ul_libmount_incdir = $(ul_libmount_builddir)
-SUBDIRS = include disk-utils fdisk getopt lib shlibs login-utils \
- misc-utils po schedutils sys-utils text-utils tests \
- $(am__append_1) $(am__append_2) $(am__append_3)
+SUBDIRS = include shlibs
RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
|