[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gluster-devel] Clean up build system
From: |
Jan Engelhardt |
Subject: |
[Gluster-devel] Clean up build system |
Date: |
Mon, 24 Sep 2012 07:16:42 +0200 |
The following changes since commit 373b25827f0250d11461fbe76dd6a0e295069171:
core: enable process to return the appropriate error code (2012-09-21
20:43:05 -0700)
are available in the git repository at:
git://git.inai.de/glusterfs master
for you to fetch changes up to 5fb9a2c070114b8d79ecdfac7bf45edcb87b409f:
init.d: implement reload action for SUSE init script (2012-09-24 06:09:28
+0200)
----------------------------------------------------------------
Jan Engelhardt (6):
build: use CPPFLAGS consistently throughout the tree
api/src: add missing GF_CFLAGS
api/src: add missing backslash
build: more efficient clean
init.d: use proper dependencies in SUSE init script
init.d: implement reload action for SUSE init script
Makefile.am | 6 +++---
api/src/Makefile.am | 13 ++++++-------
extras/init.d/glusterd-SuSE.in | 10 +++++++---
libglusterfs/src/Makefile.am | 4 ++--
rpc/rpc-lib/src/Makefile.am | 7 ++++---
rpc/rpc-transport/rdma/src/Makefile.am | 6 ++++--
rpc/rpc-transport/socket/src/Makefile.am | 8 +++++---
rpc/xdr/src/Makefile.am | 4 ++--
xlators/cluster/afr/src/Makefile.am | 6 ++++--
xlators/cluster/dht/src/Makefile.am | 7 ++++---
xlators/cluster/ha/src/Makefile.am | 6 ++++--
xlators/cluster/map/src/Makefile.am | 6 ++++--
xlators/cluster/stripe/src/Makefile.am | 7 ++++---
xlators/debug/error-gen/src/Makefile.am | 6 ++++--
xlators/debug/io-stats/src/Makefile.am | 6 ++++--
xlators/debug/trace/src/Makefile.am | 6 ++++--
xlators/encryption/rot-13/src/Makefile.am | 6 ++++--
xlators/features/filter/src/Makefile.am | 6 ++++--
xlators/features/index/src/Makefile.am | 6 ++++--
xlators/features/locks/src/Makefile.am | 7 ++++---
xlators/features/mac-compat/src/Makefile.am | 6 ++++--
xlators/features/marker/src/Makefile.am | 6 ++++--
xlators/features/marker/utils/src/Makefile.am | 9 +++++----
xlators/features/path-convertor/src/Makefile.am | 6 ++++--
xlators/features/quiesce/src/Makefile.am | 6 ++++--
xlators/features/quota/src/Makefile.am | 6 ++++--
xlators/features/read-only/src/Makefile.am | 6 ++++--
xlators/features/trash/src/Makefile.am | 6 ++++--
xlators/mgmt/glusterd/src/Makefile.am | 20 +++++++++++---------
xlators/mount/fuse/src/Makefile.am | 7 ++++---
xlators/nfs/server/src/Makefile.am | 9 +++++----
xlators/performance/io-cache/src/Makefile.am | 6 ++++--
xlators/performance/io-threads/src/Makefile.am | 6 ++++--
xlators/performance/md-cache/src/Makefile.am | 6 ++++--
xlators/performance/quick-read/src/Makefile.am | 6 ++++--
xlators/performance/read-ahead/src/Makefile.am | 6 ++++--
xlators/performance/symlink-cache/src/Makefile.am | 6 ++++--
xlators/performance/write-behind/src/Makefile.am | 6 ++++--
xlators/protocol/auth/addr/src/Makefile.am | 8 +++++---
xlators/protocol/auth/login/src/Makefile.am | 6 ++++--
xlators/protocol/client/src/Makefile.am | 8 +++++---
xlators/protocol/server/src/Makefile.am | 12 ++++++------
xlators/storage/posix/src/Makefile.am | 10 ++++++----
xlators/system/posix-acl/src/Makefile.am | 11 +++++++----
44 files changed, 195 insertions(+), 122 deletions(-)
- [Gluster-devel] Clean up build system,
Jan Engelhardt <=
- [Gluster-devel] [PATCH 6/6] init.d: implement reload action for SUSE init script, Jan Engelhardt, 2012/09/24
- [Gluster-devel] [PATCH 2/6] api/src: add missing GF_CFLAGS, Jan Engelhardt, 2012/09/24
- [Gluster-devel] [PATCH 5/6] init.d: use proper dependencies in SUSE init script, Jan Engelhardt, 2012/09/24
- [Gluster-devel] [PATCH 3/6] api/src: add missing backslash, Jan Engelhardt, 2012/09/24
- [Gluster-devel] [PATCH 4/6] build: more efficient clean, Jan Engelhardt, 2012/09/24
- [Gluster-devel] [PATCH 1/6] build: use CPPFLAGS consistently throughout the tree, Jan Engelhardt, 2012/09/24
- Re: [Gluster-devel] Clean up build system, Anand Avati, 2012/09/24