Re: [PATCH RESEND] tools/usb: Add Makefile

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michał Nazarewicz
Date: Wednesday, July 14, 2010 - 4:29 am

You should Cc it to linux-usb@vger.kernel.org as well.

On Tue, 13 Jul 2010 11:50:42 +0200, Davidlohr Bueso <dave.bueso@gmail.com> wrote:

Patches welcome... ;)  Personally I dunno, I just took David's code
and changes it a bit.


I'd say the above is not acceptable as a commit message.  Please
include only the text that is intended to go to the commit message
above.  All additional comments may go under the “---” marker.


Is it necessary?  Wouldn't plain

WARNINGS = -Wall -Wextra

suffice?  I am aware “=” can be overridden by command line and
“:=” cannot but I'd use single line anyway.


IMO, you should also include a rule for ffs-test, ie:

+all: testusb ffs-test
+
+%: %.c
+	$(CC) $(CFLAGS) -o $@ $^

Not tested.


Instead:



Unnecessary empty line at EOF.

Other then that, I see no reason why not to include it.

-- 
Best regards,                                        _     _
| Humble Liege of Serenely Enlightened Majesty of  o' \,=./ `o
| Computer Science,  Michał "mina86" Nazarewicz       (o o)
+----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo--
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH RESEND] tools/usb: Add Makefile, Davidlohr Bueso, (Tue Jul 13, 2:50 am)
Re: [PATCH RESEND] tools/usb: Add Makefile, Michał Nazarewicz, (Wed Jul 14, 4:29 am)
Re: [PATCH RESEND] tools/usb: Add Makefile, Davidlohr Bueso, (Mon Jul 26, 7:14 am)