linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
@ 2017-05-16 17:43 Sami Kerola
  2017-05-17  9:28 ` Dan Carpenter
  0 siblings, 1 reply; 3+ messages in thread
From: Sami Kerola @ 2017-05-16 17:43 UTC (permalink / raw)
  To: linux-sparse; +Cc: Sami Kerola

File was removed recently.  Removal commit missed Makefile clean up.

Reference: cbaabe0a71f079030baa406b3e1fe9e0ca7e785a
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e7f66070..4b7afe68 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ SMATCH_FILES=smatch_flow.o smatch_conditions.o smatch_slist.o smatch_states.o \
 	smatch_return_to_param.o smatch_passes_array_size.o
 
 SMATCH_CHECKS=$(shell ls check_*.c | sed -e 's/\.c/.o/')
-SMATCH_DATA=smatch_data/kernel.allocation_funcs smatch_data/kernel.balanced_funcs \
+SMATCH_DATA=smatch_data/kernel.allocation_funcs \
 	smatch_data/kernel.frees_argument smatch_data/kernel.puts_argument \
 	smatch_data/kernel.dev_queue_xmit smatch_data/kernel.returns_err_ptr \
 	smatch_data/kernel.dma_funcs smatch_data/kernel.returns_held_funcs \
-- 
2.13.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
  2017-05-16 17:43 [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item Sami Kerola
@ 2017-05-17  9:28 ` Dan Carpenter
  2017-05-17 11:39   ` Sami Kerola
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Carpenter @ 2017-05-17  9:28 UTC (permalink / raw)
  To: Sami Kerola; +Cc: linux-sparse

On Tue, May 16, 2017 at 06:43:08PM +0100, Sami Kerola wrote:
> File was removed recently.  Removal commit missed Makefile clean up.
> 

EEep...  Thanks.  I'll push this in a few hours.

I need to update my build scripts to do a install.  There isn't a
`make uninstall` target.  How are you cleaning up?

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
  2017-05-17  9:28 ` Dan Carpenter
@ 2017-05-17 11:39   ` Sami Kerola
  0 siblings, 0 replies; 3+ messages in thread
From: Sami Kerola @ 2017-05-17 11:39 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: linux-sparse

On 17 May 2017 at 10:28, Dan Carpenter <dan.carpenter@oracle.com> wrote:
> On Tue, May 16, 2017 at 06:43:08PM +0100, Sami Kerola wrote:
>> File was removed recently.  Removal commit missed Makefile clean up.
>
> EEep...  Thanks.  I'll push this in a few hours.
>
> I need to update my build scripts to do a install.  There isn't a
> `make uninstall` target.  How are you cleaning up?

I never do, overwriting seems to work fine. Maybe I should try to
uninstall one day
to see how things work.

-- 
Sami Kerola
http://www.iki.fi/kerolasa/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-17 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 17:43 [PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item Sami Kerola
2017-05-17  9:28 ` Dan Carpenter
2017-05-17 11:39   ` Sami Kerola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).