Commit 581c3f11 authored by Laurent Dufour's avatar Laurent Dufour Committed by Pavel Emelyanov

nmk: add cscope, etags and ctags wrappers

Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent f8dfdd9f
......@@ -21,9 +21,12 @@ FIND := find
SH := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
else if [ -x /bin/bash ]; then echo /bin/bash; \
else echo sh; fi ; fi)
CSCOPE := cscope
ETAGS := etags
CTAGS := ctags
export RM LD CC CPP AS AR STRIP OBJCOPY OBJDUMP
export NM SH MAKE MKDIR AWK PERL PYTHON SH
export NM SH MAKE MKDIR AWK PERL PYTHON SH CSCOPE
#
# Footer.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment