This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10967 - "make veryclean" leaves a few built files (bug and fix)
Attached to Project:
Rockbox
Opened by Junio C Hamano (gitster) - Friday, 05 February 2010, 07:45 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Monday, 15 February 2010, 11:24 GMT+2
Opened by Junio C Hamano (gitster) - Friday, 05 February 2010, 07:45 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Monday, 15 February 2010, 11:24 GMT+2
|
DetailsThe build procedure creates tools/iaudio_bl_flash.c and tools/iaudio_bl_flash.h files but these are never removed even with "make veryclean".
|
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Monday, 15 February 2010, 11:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r24664.
Monday, 15 February 2010, 11:24 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r24664.
Date: Thu, 4 Feb 2010 22:39:46 -0800
Subject: [PATCH] make veryclean: remove tools/iaudio_bl_flash.[ch]
These are generated files by the build; at least "make veryclean" should
remove them.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
tools/root.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/root.make b/tools/root.make
index 8d54140..091bf7c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -20,7 +20,7 @@ PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix
TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
$(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \
- $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot
+ $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.[ch]
ifeq (,$(PREFIX))
--
1.7.0.rc1.204.gb96e5