Some files for the freebsd port have not yet committed, but were
already referenced in the Makefiles. Remove those references for
now to make distcheck happy.
* coregrind/Makefile.am (valgrind_SOURCES): Remove
launcher-freebsd.c
* drd/tests/Makefile.am (check_PROGRAMS): Remove
thread_name_freebsd.
* none/tests/Makefile.am (SUBDIRS): Remove freebsd.
(DIST_SUBDIRS): Likewise.
* none/tests/freebsd/filter_stderr: Removed.
endif
if VGCONF_OS_IS_FREEBSD
valgrind_SOURCES = \
- launcher-freebsd.c \
m_debuglog.c
endif
check_PROGRAMS += sem_wait
endif
-if VGCONF_OS_IS_FREEBSD
-check_PROGRAMS += thread_name_freebsd
-endif
-
AM_CFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ @FLAG_FALIGNED_NEW@ \
if VGCONF_OS_IS_SOLARIS
SUBDIRS += solaris
endif
-if VGCONF_OS_IS_FREEBSD
-SUBDIRS += freebsd
-endif
# Platform-specific tests
if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
endif
DIST_SUBDIRS = x86 amd64 ppc32 ppc64 arm arm64 s390x mips32 mips64 nanomips \
- linux darwin solaris freebsd amd64-linux x86-linux amd64-darwin \
+ linux darwin solaris amd64-linux x86-linux amd64-darwin \
x86-darwin amd64-solaris x86-solaris scripts .
dist_noinst_SCRIPTS = \
+++ /dev/null
-#! /bin/sh
-
-../filter_stderr "$@"