david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added "make symcheck"

This commit is contained in:
Michael Brown 2005-04-23 14:41:38 +00:00
parent 4e5f10790b
commit 2da3b7a38f
1 changed files with 9 additions and 0 deletions

View File

@ -398,6 +398,15 @@ TAGS.$(ARCH) :
ctags -e -R -f $@ $(foreach ARCH,$(OTHER_ARCHS),--exclude=arch/$(ARCH))
CLEANUP += TAGS*
# Symbol table checks
#
SYMTAB = $(BIN)/symtab
$(SYMTAB) : $(BLIB)
$(NM) -o -g $< > $@
symcheck : $(SYMTAB)
$(SYMCHECK) $<
# Force rebuild for any given target
#
$(BIN)/%.rebuild :