From 3bbc9320791e2768eb0ddda3823cb55ad63f79e1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Nov 2007 15:54:27 +0000 Subject: build-sys: non-linux support Here is a patch that disables linux-specific tools on non-linux targets. Signed-Off-By: Samuel Thibault Signed-Off-By: Karel Zak --- Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f00f51a62..0915ba403 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,17 +5,21 @@ SUBDIRS = \ disk-utils \ fdisk \ getopt \ - hwclock \ login-utils \ misc-utils \ - mount \ - partx \ po \ schedutils \ sys-utils \ text-utils \ tests +if LINUX +SUBDIRS += \ + hwclock \ + mount \ + partx +endif + ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ -- cgit v1.2.3-55-g7522