From 27c509fc552013ba07e80cfcee1be1e8bf813dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 21 Aug 2010 18:07:12 +0000 Subject: makefiles - some functions don't need to return their output, drop $(shell ... ) and prefix with $(SILENT), make V=1 will show the complete scripts being run - tweak make.dep generation: make the temporary file appear in root.make only, and remove a useless "real command", there is already a real command (mv) - make addtargetdir.pl terminate its output with a newline ($(shell) did that for us) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27855 a1c6a512-1295-4272-9138-f99709370657 --- tools/addtargetdir.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/addtargetdir.pl') diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl index 6a9a72a..bf5fe8a 100755 --- a/tools/addtargetdir.pl +++ b/tools/addtargetdir.pl @@ -39,3 +39,4 @@ for (split(/[\s\\]+/m, )) { print " \\\n $src"; } } +print "\n"; -- cgit v1.1