|
From: <sv...@va...> - 2005-06-19 05:43:24
|
Author: njn Date: 2005-06-19 06:43:21 +0100 (Sun, 19 Jun 2005) New Revision: 3946 Log: Get "make dist" closer to working again. Modified: trunk/Makefile.am trunk/coregrind/m_aspacemgr/Makefile.am trunk/coregrind/m_sigframe/Makefile.am trunk/memcheck/docs/mc-manual.xml trunk/memcheck/tests/Makefile.am Modified: trunk/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/Makefile.am 2005-06-19 05:14:03 UTC (rev 3945) +++ trunk/Makefile.am 2005-06-19 05:43:21 UTC (rev 3946) @@ -14,7 +14,9 @@ ## addrcheck \ =20 # Temporary: we want to compile Helgrind, but not regtest it. -SUBDIRS =3D include coregrind . docs tests auxprogs $(TOOLS) helgrind +# Put docs last because building the HTML is slow and we want to get +# everything else working before we try it. +SUBDIRS =3D include coregrind . tests auxprogs $(TOOLS) helgrind docs ##DIST_SUBDIRS =3D $(SUBDIRS) helgrind =20 SUPP_FILES =3D \ Modified: trunk/coregrind/m_aspacemgr/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_aspacemgr/Makefile.am 2005-06-19 05:14:03 UTC (rev = 3945) +++ trunk/coregrind/m_aspacemgr/Makefile.am 2005-06-19 05:43:21 UTC (rev = 3946) @@ -1,9 +1,6 @@ include $(top_srcdir)/Makefile.all.am include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am =20 -EXTRA_DIST =3D \ - README_ASPACEMGR.txt - noinst_LIBRARIES =3D libaspacemgr.a =20 libaspacemgr_a_SOURCES =3D \ Modified: trunk/coregrind/m_sigframe/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_sigframe/Makefile.am 2005-06-19 05:14:03 UTC (rev 3= 945) +++ trunk/coregrind/m_sigframe/Makefile.am 2005-06-19 05:43:21 UTC (rev 3= 946) @@ -1,9 +1,6 @@ include $(top_srcdir)/Makefile.all.am include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am =20 -EXTRA_DIST =3D \ - README_SIGFRAME.txt - noinst_LIBRARIES =3D libsigframe.a =20 libsigframe_a_SOURCES =3D \ Modified: trunk/memcheck/docs/mc-manual.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/docs/mc-manual.xml 2005-06-19 05:14:03 UTC (rev 3945) +++ trunk/memcheck/docs/mc-manual.xml 2005-06-19 05:43:21 UTC (rev 3946) @@ -396,7 +396,7 @@ before the pointer actually returned. This implies a variable-sized overhead in what's returned by <computeroutput>new</computeroutput> or -<computeroutput>new[]</computeroutput>. +<computeroutput>new[]</computeroutput>.</para> </sect2> =20 =20 Modified: trunk/memcheck/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/tests/Makefile.am 2005-06-19 05:14:03 UTC (rev 3945) +++ trunk/memcheck/tests/Makefile.am 2005-06-19 05:43:21 UTC (rev 3946) @@ -58,7 +58,7 @@ new_override.stderr.exp new_override.stdout.exp new_override.vgtest \ null_socket.stderr.exp null_socket.vgtest \ overlap.stderr.exp overlap.stdout.exp overlap.vgtest \ - pointer-trace.vgtest pointer-trace.stdout.exp \ + pointer-trace.vgtest \ pointer-trace.stderr.exp pointer-trace.stderr.exp64 \ post-syscall.stderr.exp post-syscall.stdout.exp post-syscall.vgtest \ realloc1.stderr.exp realloc1.vgtest \ @@ -76,7 +76,7 @@ toobig-allocs.stderr.exp toobig-allocs.vgtest \ trivialleak.stderr.exp trivialleak.vgtest \ weirdioctl.stderr.exp weirdioctl.stdout.exp weirdioctl.vgtest \ - metadata.stderr.exp metadata.stdout.exp metadata.vgtest \ + metadata.stderr.exp metadata.stdout.exp metadata.vgtest-HIDING \ vgtest_ume.stderr.exp vgtest_ume.vgtest \ writev.stderr.exp writev.stderr.exp2 writev.stderr.exp3 writev.vgtest \ xml1.stderr.exp xml1.stderr.exp64 xml1.stdout.exp xml1.vgtest \ |