From: fabbione@sourceware.org <fabbione@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster ccs/ccs_tool/Makefile ccs/daemon/Makef ...
Date: 28 Aug 2007 04:32:50 -0000 [thread overview]
Message-ID: <20070828043250.8557.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: fabbione at sourceware.org 2007-08-28 04:32:48
Modified files:
ccs/ccs_tool : Makefile
ccs/daemon : Makefile
cman/qdisk : Makefile
dlm/tests/usertest: Makefile
fence/agents/xvm: Makefile
gfs/gfs_tool : Makefile
gfs/libgfs : Makefile
gfs2/convert : Makefile
gfs2/fsck : Makefile
gfs2/libgfs2 : Makefile
gfs2/mkfs : Makefile
gfs2/tool : Makefile
Log message:
-Wall is added by default in CFLAGS via configure to make/defines.mk.
Remove all the others redundant definitions.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/ccs_tool/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/ccs/daemon/Makefile.diff?cvsroot=cluster&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/qdisk/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tests/usertest/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/Makefile.diff?cvsroot=cluster&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/libgfs/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/convert/Makefile.diff?cvsroot=cluster&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/fsck/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/libgfs2/Makefile.diff?cvsroot=cluster&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/tool/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12
--- cluster/ccs/ccs_tool/Makefile 2007/08/22 08:58:36 1.13
+++ cluster/ccs/ccs_tool/Makefile 2007/08/28 04:32:47 1.14
@@ -20,7 +20,7 @@
old_parser.o \
editconf.o
-CFLAGS += -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
+CFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
CFLAGS += -I${ccsincdir} -I${cmanincdir} `xml2-config --cflags`
CFLAGS += -I../include
CFLAGS += -I${incdir}
--- cluster/ccs/daemon/Makefile 2007/08/22 08:58:36 1.15
+++ cluster/ccs/daemon/Makefile 2007/08/28 04:32:47 1.16
@@ -21,7 +21,6 @@
globals.o
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-CFLAGS += -Wall
CFLAGS += -I${cmanincdir} `xml2-config --cflags`
CFLAGS += -I. -I../include -I../common
CFLAGS += -I${incdir}
--- cluster/cman/qdisk/Makefile 2007/06/01 09:45:31 1.11
+++ cluster/cman/qdisk/Makefile 2007/08/28 04:32:47 1.12
@@ -13,7 +13,7 @@
include ../../make/defines.mk
CFLAGS += -D_GNU_SOURCE
-CFLAGS += -Wall -Werror -Wstrict-prototypes -Wshadow -g
+CFLAGS += -Werror -Wstrict-prototypes -Wshadow -g
CFLAGS += -I${ccsincdir} -I${cmanincdir}
CFLAGS += -I.
CFLAGS += -I${incdir}
--- cluster/dlm/tests/usertest/Makefile 2007/08/24 14:10:27 1.11
+++ cluster/dlm/tests/usertest/Makefile 2007/08/28 04:32:47 1.12
@@ -18,7 +18,7 @@
all: depends ${TARGETS}
CFLAGS += -D_REENTRANT
-CFLAGS += -Wall -g
+CFLAGS += -g
CFLAGS += -I${dlmincdir}
LDFLAGS += -L${dlmlibdir} -ldlm -lpthread
--- cluster/fence/agents/xvm/Makefile 2007/08/22 08:58:41 1.13
+++ cluster/fence/agents/xvm/Makefile 2007/08/28 04:32:47 1.14
@@ -34,7 +34,7 @@
debug.o
CFLAGS += -D_GNU_SOURCE
-CFLAGS += -Wall -Werror -Wstrict-prototypes -Wshadow -ggdb
+CFLAGS += -Werror -Wstrict-prototypes -Wshadow -ggdb
CFLAGS += -I${ccsincdir} -I${cmanincdir} -I${openaisincdir}
CFLAGS += -I${virtincdir} -I${nssincdir} -I${nsprincdir}
CFLAGS += `xml2-config --cflags`
--- cluster/gfs/gfs_tool/Makefile 2007/08/22 08:58:44 1.13
+++ cluster/gfs/gfs_tool/Makefile 2007/08/28 04:32:47 1.14
@@ -26,7 +26,7 @@
util.o
CFLAGS += -D_FILE_OFFSET_BITS=64
-CFLAGS += -O2 -Wall
+CFLAGS += -O2
CFLAGS += -I${gfskincdir}
CFLAGS += -I../include
CFLAGS += -I${incdir}
--- cluster/gfs/libgfs/Makefile 2007/08/22 08:58:45 1.8
+++ cluster/gfs/libgfs/Makefile 2007/08/28 04:32:47 1.9
@@ -17,7 +17,7 @@
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
CFLAGS += -D_GNU_SOURCE -DHELPER_PROGRAM
-CFLAGS += -c -Wall -ggdb
+CFLAGS += -c -ggdb
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I${gfskincdir} -I../include
CFLAGS += -I${incdir}
--- cluster/gfs2/convert/Makefile 2007/08/22 08:58:45 1.10
+++ cluster/gfs2/convert/Makefile 2007/08/28 04:32:47 1.11
@@ -17,7 +17,7 @@
OBJS= gfs2_convert.o
CFLAGS += -D_FILE_OFFSET_BITS=64 -DHELPER_PROGRAM
-CFLAGS += -Wall -g
+CFLAGS += -g
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I../include -I../libgfs2
CFLAGS += -I${incdir}
--- cluster/gfs2/fsck/Makefile 2007/08/22 08:58:46 1.14
+++ cluster/gfs2/fsck/Makefile 2007/08/28 04:32:48 1.15
@@ -35,7 +35,7 @@
util.o
CFLAGS += -D_FILE_OFFSET_BITS=64 -DHELPER_PROGRAM
-CFLAGS += -MMD -Wall -O2
+CFLAGS += -MMD -O2
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I../include -I../libgfs2
CFLAGS += -I${incdir}
--- cluster/gfs2/libgfs2/Makefile 2007/08/22 08:58:46 1.9
+++ cluster/gfs2/libgfs2/Makefile 2007/08/28 04:32:48 1.10
@@ -17,7 +17,7 @@
## Bob: add -O2 back in and take -ggdb out
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE
-CFLAGS += -Wall -ggdb
+CFLAGS += -ggdb
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I../include
CFLAGS += -I${incdir}
--- cluster/gfs2/mkfs/Makefile 2007/08/22 08:58:46 1.19
+++ cluster/gfs2/mkfs/Makefile 2007/08/28 04:32:48 1.20
@@ -16,7 +16,7 @@
main_jadd.o
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE
-CFLAGS += -Wall -O2 -ggdb
+CFLAGS += -O2 -ggdb
CFLAGS += -I${KERNEL_SRC}/include/
CFLAGS += -I../include/ -I../libgfs2/
CFLAGS += -I${incdir}
--- cluster/gfs2/tool/Makefile 2007/08/22 08:58:46 1.11
+++ cluster/gfs2/tool/Makefile 2007/08/28 04:32:48 1.12
@@ -26,7 +26,7 @@
util.o
CFLAGS += -D_FILE_OFFSET_BITS=64
-CFLAGS += -O2 -Wall
+CFLAGS += -O2
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I../include
CFLAGS += -I${incdir}
next reply other threads:[~2007-08-28 4:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-28 4:32 fabbione [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-02-12 5:45 [Cluster-devel] cluster ccs/ccs_tool/Makefile ccs/daemon/Makef fabbione
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070828043250.8557.qmail@sourceware.org \
--to=fabbione@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.