From 6c73b4416ccda3d02bfaf9526ec356960260253b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 28 Oct 2009 17:10:51 +0000 Subject: Remove all build/ prefixes in the build output. Also, remove one missing hardcoded "build" dir in the distclean target, and clean up files generated by sconfig in 'make clean'. Signed-off-by: Uwe Hermann Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4880 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/sconfig/config.g | 4 ++-- util/sconfig/parsedesc.g | 2 +- util/sconfig/yapps2.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'util/sconfig') diff --git a/util/sconfig/config.g b/util/sconfig/config.g index d8bc855021..94c665f15e 100644 --- a/util/sconfig/config.g +++ b/util/sconfig/config.g @@ -886,7 +886,7 @@ def dumptree(part, lvl): def writecode(image): filename = os.path.join(img_dir, "static.c") - print " SCONFIG ", join(filename.split('/')[-5:], '/') + print " SCONFIG ", join(filename.split('/')[-4:], '/') file = safe_open(filename, 'w+') file.write("#include \n") file.write("#include \n") @@ -920,7 +920,7 @@ def gencode(part, file, pass_num): def writegraph(image): filename = os.path.join(img_dir, "static.dot") - print " SCONFIG ", join(filename.split('/')[-5:], '/') + print " SCONFIG ", join(filename.split('/')[-4:], '/') file = safe_open(filename, 'w+') file.write("digraph devicetree {\n") file.write(" rankdir=LR\n") diff --git a/util/sconfig/parsedesc.g b/util/sconfig/parsedesc.g index 1347c87438..acb8524838 100644 --- a/util/sconfig/parsedesc.g +++ b/util/sconfig/parsedesc.g @@ -126,7 +126,7 @@ def generate(inputfilename, outputfilename='', dump=0, **flags): if inputfilename[-2:]=='.g': outputfilename = inputfilename[:-2]+'.py' else: raise "Invalid Filename", outputfilename - print ' SCONFIG ', join(outputfilename.split('/')[-5:], '/') + print ' SCONFIG ', join(outputfilename.split('/')[-4:], '/') DIVIDER = '\n%%\n' # This pattern separates the pre/post parsers preparser, postparser = None, None # Code before and after the parser desc diff --git a/util/sconfig/yapps2.py b/util/sconfig/yapps2.py index 189db9d81b..b408cbcfb2 100644 --- a/util/sconfig/yapps2.py +++ b/util/sconfig/yapps2.py @@ -710,7 +710,7 @@ def generate(inputfilename, outputfilename='', dump=0, **flags): if inputfilename[-2:]=='.g': outputfilename = inputfilename[:-2]+'.py' else: raise "Invalid Filename", outputfilename - print ' SCONFIG ', join(outputfilename.split('/')[-5:], '/') + print ' SCONFIG ', join(outputfilename.split('/')[-4:], '/') DIVIDER = '\n%%\n' # This pattern separates the pre/post parsers preparser, postparser = None, None # Code before and after the parser desc -- cgit v1.2.3