From 77ce61644b414fc4c6596321764aa586b923178a Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 29 Aug 2011 17:51:54 -0700 Subject: Turn the XML into something almost parseable. Of course, now the problem is that the different XML files have different node names, but at least we've turned it into a half-way sane format, and have a nice callback place per value. Soon we could use that to actually fill in useful information. Signed-off-by: Linus Torvalds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fea7d03d8..f77a9faa4 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ parse: parse.c - gcc -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs` + gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs` -- cgit v1.2.3-70-g09d2