diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-05-27 11:09:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-05-27 11:09:14 +0000 |
commit | 4bfb1f6ce039e8cd8064fe0afada5114ba77cfd0 (patch) | |
tree | d6235980dfda2e2088c5466214ad9eef0ec570c2 /src/arch/i386/Config.lb | |
parent | 018dc9d48e4bf75515fb6f2566cb5ef729c81165 (diff) |
cosmetics
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1577 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/Config.lb')
-rw-r--r-- | src/arch/i386/Config.lb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index b85d04ca19..bb5202bc45 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -20,16 +20,8 @@ end makerule linuxbios.rom depends "linuxbios.strip buildrom" action "./buildrom $< $@ $(PAYLOAD) $(ROM_IMAGE_SIZE) $(ROM_SECTION_SIZE)" - #action "export size=`ls -l linuxbios.strip | (read p c u g size r ; echo $$size)` ; \\" - #action "echo $$size ; \\" - #action "dd if=linuxbios.strip of=linuxbios.rom bs=1 seek=`expr $(ROM_IMAGE_SIZE) - $$size`" end -#makerule payload.block -# depends "$(if $(PAYLOAD),$(PAYLOAD), /dev/null)" -# action "perl -e '@stats=stat(\"$<\"); $$sz=$$stats[7]; print "\xff" x ($(PAYLOAD_SIZE) - $$sz);' | cat $< - > $@" -#end - makerule crt0.S depends "$(CRT0)" action "cp $< $@" |