* [Cluster-devel] cluster/gfs/gfs_fsck Makefile
@ 2007-01-24 16:53 rpeterso
0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2007-01-24 16:53 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: rpeterso at sourceware.org 2007-01-24 16:53:49
Modified files:
gfs/gfs_fsck : Makefile
Log message:
Resolves: bz 223493 gfs_fsck runs slower than previous versions
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/Makefile.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.2.2.1&r2=1.2.2.1.6.1
--- cluster/gfs/gfs_fsck/Makefile 2005/02/15 17:17:52 1.2.2.1
+++ cluster/gfs/gfs_fsck/Makefile 2007/01/24 16:53:49 1.2.2.1.6.1
@@ -25,7 +25,7 @@
inode_hash.c bitmap.c lost_n_found.c inode.c link.c metawalk.c \
eattr.c
-CFLAGS+=-D_FILE_OFFSET_BITS=64 -DHELPER_PROGRAM -DGFS_RELEASE_NAME=\"${RELEASE}\" -Wall -g
+CFLAGS+=-D_FILE_OFFSET_BITS=64 -DHELPER_PROGRAM -DGFS_RELEASE_NAME=\"${RELEASE}\" -Wall -O2
all: gfs_fsck
^ permalink raw reply [flat|nested] 2+ messages in thread* [Cluster-devel] cluster/gfs/gfs_fsck Makefile
@ 2006-07-19 14:11 rpeterso
0 siblings, 0 replies; 2+ messages in thread
From: rpeterso @ 2006-07-19 14:11 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: rpeterso at sourceware.org 2006-07-19 14:11:53
Modified files:
gfs/gfs_fsck : Makefile
Log message:
Patch from Fabio Di Nitto:
Make sure to clean up *.d files and remove gfs_fsck binary in
make clean.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5
--- cluster/gfs/gfs_fsck/Makefile 2005/02/02 06:10:21 1.4
+++ cluster/gfs/gfs_fsck/Makefile 2006/07/19 14:11:53 1.5
@@ -42,14 +42,13 @@
test_bitmap: bitmap.o test_bitmap.o log.o
$(CC) $(CFLAGS) $^ -o $@
clean:
- @rm -f *.o *~
+ @rm -f *.o *~ *.d gfs_fsck
copytobin: gfs_fsck
cp gfs_fsck ${top_srcdir}/bin
distclean: clean
- @rm -f *.d cscope.* gfs_fsck test_inode_list *.orig *.rej test_block_list test_bitmap
-
+ @rm -f cscope.* test_inode_list *.orig *.rej test_block_list test_bitmap
gfs_fsck.pot: $(sources)
@xgettext -C -F --keyword=print_log --keyword=log_debug --keyword=log_info --keyword=_ \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-24 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 16:53 [Cluster-devel] cluster/gfs/gfs_fsck Makefile rpeterso
-- strict thread matches above, loose matches on Subject: below --
2006-07-19 14:11 rpeterso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).