Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

The 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.
Comment by Junio C Hamano (gitster) - Friday, 05 February 2010, 07:47 GMT+2
From: Junio C Hamano <gitster@pobox.com>
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

Loading...