On Monday 03 September 2007, Mike Frysinger wrote: > Unify method for checking system calls and fallback handling. > > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- and we need this chunk as well ... --- schedutils/Makefile.am | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am index e93d31b..03e3080 100644 --- a/schedutils/Makefile.am +++ b/schedutils/Makefile.am @@ -2,12 +2,7 @@ include $(top_srcdir)/config/include-Makefile.am if BUILD_SCHEDUTILS -usrbinexec_PROGRAMS = chrt ionice -man_MANS = chrt.1 ionice.1 - -if HAVE_SCHED_GETAFFINITY -usrbinexec_PROGRAMS += taskset -man_MANS += taskset.1 -endif +usrbinexec_PROGRAMS = chrt ionice taskset +man_MANS = chrt.1 ionice.1 taskset.1 endif -- 1.5.3.rc7 - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html