]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix make distcheck by removing references to uncommitted files
authorMark Wielaard <mark@klomp.org>
Thu, 7 Oct 2021 11:43:19 +0000 (13:43 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 7 Oct 2021 11:43:19 +0000 (13:43 +0200)
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.

coregrind/Makefile.am
drd/tests/Makefile.am
none/tests/Makefile.am
none/tests/freebsd/filter_stderr [deleted file]

index ee70cfde31d52511de2b2db1471ad6c4241c7961..01b8783ee49c3eb9abea0f0a30cc211aef84b77a 100644 (file)
@@ -51,7 +51,6 @@ valgrind_SOURCES = \
 endif
 if VGCONF_OS_IS_FREEBSD
 valgrind_SOURCES = \
-       launcher-freebsd.c \
        m_debuglog.c
 endif
 
index b53eeefebe15836b384cd1c9e7ba502443ea2f24..07650ef88a46be4622e1dea991e96ad92472f6f4 100644 (file)
@@ -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@ \
index 617c92854d9e80afa58a7c524be838e79ef671ce..b75fb01a5edd692b47c776377f42c5da5eb226c4 100644 (file)
@@ -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 (executable)
index a778e97..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#! /bin/sh
-
-../filter_stderr "$@"