Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=759da9... Commit: 759da9267177e5005c8f21e11d29d26f4f459744 Parent: 2b12a4c524812fb3f6ee590a02e65b95c8c32229 Author: David Woodhouse <David.Woodhouse@intel.com> AuthorDate: Fri Aug 1 23:58:36 2008 +0100 Committer: David Woodhouse <David.Woodhouse@intel.com> CommitDate: Sat Aug 2 07:52:29 2008 +0100 firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages People don't like them and think they're errors. Leave the __fw_install one though; when 'make firmware_install' does nothing, it's best to have a 'Nothing to be done for...' message rather than just doing nothing. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> --- scripts/Makefile.fwinst | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst index f63a663..6bf8e87 100644 --- a/scripts/Makefile.fwinst +++ b/scripts/Makefile.fwinst @@ -50,8 +50,12 @@ PHONY += __fw_install __fw_modinst FORCE .PHONY: $(PHONY) __fw_install: $(installed-fw) + __fw_modinst: $(installed-mod-fw) + @: + __fw_modbuild: $(addprefix $(obj)/,$(mod-fw)) + @: FORCE: -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
