]> sourceware.org Git - systemtap.git/commitdiff
2008-03-06 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Thu, 6 Mar 2008 20:21:36 +0000 (20:21 +0000)
committerfche <fche>
Thu, 6 Mar 2008 20:21:36 +0000 (20:21 +0000)
* Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Remove -Werror.
* Makefile.in, doc/Makefile.in: Regenerated.

ChangeLog
Makefile.am
Makefile.in
doc/Makefile.in

index a30ecdbac2c29b06e5631488882eaeed518686a6..7a2cb99c6567a52f4a6c97ecfea4299d84659d3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-06  Frank Ch. Eigler  <fche@elastic.org>
+
+       * Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Remove -Werror.
+       * Makefile.in, doc/Makefile.in: Regenerated.
+
 2008-03-03  Frank Ch. Eigler  <fche@elastic.org>
 
        PR5516
index d153dd0dece27fc1909e5db16bfb94d01dfef2c5..1fc4dbec913771044480f75af7163f0a852300fe 100644 (file)
@@ -7,8 +7,8 @@ pkglibexecdir = ${libexecdir}/${PACKAGE}
 
 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR='"$(pkglibexecdir)"'
 
-AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wshadow -Wunused -Wformat=2 -W
-AM_CXXFLAGS = -Wall -Wextra -Werror
+AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused -Wformat=2 -W
+AM_CXXFLAGS = -Wall -Werror
 
 dist_man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5
 bin_PROGRAMS = stap staprun
index d97459d694787c5c83b71f43d7282a7a0aa1fbf2..e82d66a3c801ea78205046741b3f906b699c4f52 100644 (file)
@@ -234,6 +234,7 @@ elfutils_abs_srcdir = @elfutils_abs_srcdir@
 exec_prefix = @exec_prefix@
 have_dvips = @have_dvips@
 have_latex = @have_latex@
+have_latex2html = @have_latex2html@
 have_ps2pdf = @have_ps2pdf@
 host_alias = @host_alias@
 htmldir = @htmldir@
@@ -265,8 +266,8 @@ top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = dist-bzip2
 pkglibexecdir = ${libexecdir}/${PACKAGE}
 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR='"$(pkglibexecdir)"'
-AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wshadow -Wunused -Wformat=2 -W
-AM_CXXFLAGS = -Wall -Wextra -Werror
+AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused -Wformat=2 -W
+AM_CXXFLAGS = -Wall -Werror
 dist_man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5
 stap_SOURCES = main.cxx \
        parse.cxx staptree.cxx elaborate.cxx translate.cxx \
index 97d6f755d49acea382cf11c9d311332adcabff99..e76f154ddd4af5dc69ce21c7f15a3982e482d03d 100644 (file)
@@ -32,7 +32,7 @@ NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = doc
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -118,6 +118,7 @@ elfutils_abs_srcdir = @elfutils_abs_srcdir@
 exec_prefix = @exec_prefix@
 have_dvips = @have_dvips@
 have_latex = @have_latex@
+have_latex2html = @have_latex2html@
 have_ps2pdf = @have_ps2pdf@
 host_alias = @host_alias@
 htmldir = @htmldir@
This page took 0.039032 seconds and 5 git commands to generate.