[Crosstoolchain-logs] [device-tree-compiler] 215/357: dtc: Remove space from flex command line

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit d6060bd231b9cf5d22af4b850438b32016da4af8
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Thu Dec 6 13:07:50 2007 +1100

    dtc: Remove space from flex command line
    
    Author: Geoff Levand <geoffrey.levand at am.sony.com>
    
    Apparently some versions of flex don't correctly parse the -o
    parameter, if there's a space between the -o and its argument.  So,
    this patch removes it.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9f9bee0..bcb143f 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ clean: libfdt_clean tests_clean
 
 %.lex.c: %.l
 	@$(VECHO) LEX $@
-	$(LEX) -o $@ $<
+	$(LEX) -o$@ $<
 
 %.tab.c %.tab.h %.output: %.y
 	@$(VECHO) BISON $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list