|
From: Mark W. <ma...@so...> - 2021-10-07 11:47:32
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=f22758d6dad9bae9b7531046e42ce105f12e1ead commit f22758d6dad9bae9b7531046e42ce105f12e1ead Author: Mark Wielaard <ma...@kl...> Date: Thu Oct 7 13:43:19 2021 +0200 Fix make distcheck by removing references to uncommitted files 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. Diff: --- coregrind/Makefile.am | 1 - drd/tests/Makefile.am | 4 ---- none/tests/Makefile.am | 5 +---- none/tests/freebsd/filter_stderr | 3 --- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index ee70cfde31..01b8783ee4 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -51,7 +51,6 @@ valgrind_SOURCES = \ endif if VGCONF_OS_IS_FREEBSD valgrind_SOURCES = \ - launcher-freebsd.c \ m_debuglog.c endif diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index b53eeefebe..07650ef88a 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -480,10 +480,6 @@ if !VGCONF_OS_IS_DARWIN 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@ \ diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 617c92854d..b75fb01a5e 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -47,9 +47,6 @@ endif 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 @@ -72,7 +69,7 @@ SUBDIRS += x86-solaris 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 = \ diff --git a/none/tests/freebsd/filter_stderr b/none/tests/freebsd/filter_stderr deleted file mode 100755 index a778e971fc..0000000000 --- a/none/tests/freebsd/filter_stderr +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -../filter_stderr "$@" |