On Fri, 31 Aug 2007 16:21:53 +0300 (IDT) Alexander Nezhinsky <nezhinsky at gmail.com> wrote: > Resending Makefile patch for the current head. > > Dependency files generated using -MM flag of gcc and included to > the Makefile itself. > .PHONY target declarations added where appropriate. > Few lines longer than 80 chars broken. > > Signed-off-by: Alexander Nezhinsky <nezhinsky at gmail.com> > --- > usr/Makefile | 29 ++++++++++++++++++++++------- > 1 files changed, 22 insertions(+), 7 deletions(-) > > diff --git a/usr/Makefile b/usr/Makefile Applied, thanks. Next time, please take care about trailing whitespaces: fujita at arbre:~/git/tgt$ git-am ~/Mail/iscsi/stgt/1990 Applying Makefile auto dependencies Adds trailing whitespace. .dotest/patch:27:CFLAGS += -D_LARGEFILE64_SOURCE Adds trailing whitespace. .dotest/patch:29:CFLAGS += -g -O2 -Wall -Wstrict-prototypes -fPIC warning: 2 lines add trailing whitespaces. Wrote tree f082e57831e208356bb4f5e8e07280e3f525bca6 Committed: 5374fe5723936bf58df951ca1a32d422c7006035 |