summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJoshua Oreman2009-12-30 02:28:34 +0100
committerMarty Connor2010-01-14 17:28:52 +0100
commitf94845168a4ec6f7cddd35e64638e54bd3f64dab (patch)
tree32ca0805e1d05289ba402367f09807f3a66ce177 /contrib
parent[dhcp] Append new DHCP options versus prepend (diff)
downloadipxe-f94845168a4ec6f7cddd35e64638e54bd3f64dab.tar.gz
ipxe-f94845168a4ec6f7cddd35e64638e54bd3f64dab.tar.xz
ipxe-f94845168a4ec6f7cddd35e64638e54bd3f64dab.zip
[makefile] Allow .sizes target to work with funny-named objects
The bin/xxx.sizes targets examine the list of obj_ symbols in bin/xxx.tmp to determine which objects to measure the size of. These symbols have been normalized to C identifiers, so the result is an error message from `size' when examining a target that includes objects that were originally named with hyphens. Fix by turning obj_foo_bar into $(wildcard bin/foo?bar.o) instead of bin/foo_bar.o. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions