summaryrefslogtreecommitdiff
path: root/Makefile.joyent
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2012-07-30 21:26:16 +0000
committerRobert Mustacchi <rm@joyent.com>2012-07-30 21:26:16 +0000
commitd61d4b6312d7d5cb1c2194d4b2d90f99857472a5 (patch)
tree66357d8ca75b7fbf3afab79e7bfcf3e4986c9ce2 /Makefile.joyent
parent4f02b83495e4e3296776301067ce29e5299e4329 (diff)
downloadillumos-kvm-cmd-d61d4b6312d7d5cb1c2194d4b2d90f99857472a5.tar.gz
HVM-737 Add kvm-cmd xref target
Diffstat (limited to 'Makefile.joyent')
-rw-r--r--Makefile.joyent6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.joyent b/Makefile.joyent
index 5146d92..1796b5b 100644
--- a/Makefile.joyent
+++ b/Makefile.joyent
@@ -43,4 +43,8 @@ install: world
clean:
gmake clean
-.PHONY: manifest
+xref:
+ find . -type f -name '*.[ch]' > cscope.files
+ cscope-fast -bq
+
+.PHONY: manifest xref