From f1e4efb8e28f84e10365b2f62ef4fb168fea10d5 Mon Sep 17 00:00:00 2001 From: Karl Hegbloom Date: Sun, 19 Jun 2005 00:50:47 -0700 Subject: [PATCH] --- yaml --- r: 7219 b: refs/heads/master c: acbef459a663a8349ceb46b5a11ede50fa7909c7 h: refs/heads/master i: 7217: cf17d5e65232e57718b2e8569dc5fecb3cca4d05 7215: 4604446b25d3b71246f55a809fac3e2c986d4062 v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ea0e55ba878c..361a629f1879 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2cb1a95c5fa4d1691c90a4f530955b4ea3cfa24 +refs/heads/master: acbef459a663a8349ceb46b5a11ede50fa7909c7 diff --git a/trunk/Makefile b/trunk/Makefile index 9cf07e7b9f88..8294cd73b3aa 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -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)