Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7219
b: refs/heads/master
c: acbef45
h: refs/heads/master
i:
  7217: cf17d5e
  7215: 4604446
v: v3
  • Loading branch information
Karl Hegbloom authored and Sam Ravnborg committed Jul 13, 2005
1 parent 00839f0 commit f1e4efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2cb1a95c5fa4d1691c90a4f530955b4ea3cfa24
refs/heads/master: acbef459a663a8349ceb46b5a11ede50fa7909c7
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1177,10 +1177,10 @@ define all-sources
endef

quiet_cmd_cscope-file = FILELST cscope.files
cmd_cscope-file = $(all-sources) > cscope.files
cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files

quiet_cmd_cscope = MAKE cscope.out
cmd_cscope = cscope -k -b -q
cmd_cscope = cscope -b

cscope: FORCE
$(call cmd,cscope-file)
Expand Down

0 comments on commit f1e4efb

Please sign in to comment.