On Sat, Mar 03, 2007 at 12:55:35AM +0300, Sergey Bolshakov wrote: > Update of /people/sbolshakov/packages/propagator.git > > Changes statistics since common ancestor `propagator-20061123-alt1-3-gbe01ee5' follows: > Makefile | 2 +- > Makefile.common | 2 +- > dhcp.c | 2 +- > disk.c | 15 ++++----- > init.c | 50 ++++++++------------------------ > modules.c | 42 ++------------------------- > newt-frontend.c | 1 + > nfsmount.c | 2 +- > probing.c | 11 +++---- > propagator.spec | 22 ++++++-------- > tools.c | 84 +++++++++++++++++++++++++----------------------------- > tools.h | 8 ++++- > url.c | 2 +- > 13 files changed, 88 insertions(+), 155 deletions(-) > > Changelog since common ancestor `propagator-20061123-alt1-3-gbe01ee5' follows: > commit 48d26b2d1564838a2787556832305e9ed58b4151 > Author: Sergey Bolshakov > Date: Sat Mar 3 00:48:18 2007 +0300 > > - cleaned up > > Full diff since common ancestor `propagator-20061123-alt1-3-gbe01ee5' follows: [...] > diff --git a/Makefile.common b/Makefile.common > index f892ff0..4970e92 100644 > --- a/Makefile.common > +++ b/Makefile.common > @@ -38,7 +38,7 @@ endif > ifeq (ppc, $(ARCH)) > CFLAGS += -Os -pipe -Wall -fomit-frame-pointer > else > -CFLAGS += -pipe -Wall -Wno-deprecated-declarations -D_BSD_SOURCE -D_GNU_SOURCE > +CFLAGS := -pipe -Wall -O2 > endif > > GLIBC_INCLUDES = А это изменение можно пояснить? Зачем делать переменную CFLAGS неизменяеммой, зачем убирать -D_GNU_SOURCE? -- ldv