http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5f107
)
Added "make symcheck"
author
Michael Brown
<mcb30@etherboot.org>
Sat, 23 Apr 2005 14:41:38 +0000
(14:41 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sat, 23 Apr 2005 14:41:38 +0000
(14:41 +0000)
src/Makefile.housekeeping
patch
|
blob
|
history
diff --git
a/src/Makefile.housekeeping
b/src/Makefile.housekeeping
index
0be389a
..
c8ad058
100644
(file)
--- a/
src/Makefile.housekeeping
+++ b/
src/Makefile.housekeeping
@@
-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 :