Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Infrastructure → Build environment
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Release 3.4
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by gitster - 2010-02-05
Last edited by mcuelenaere - 2010-02-15

FS#10967 - "make veryclean" leaves a few built files (bug and fix)

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”.

Closed by  mcuelenaere
2010-02-15 10:24
Reason for closing:  Accepted
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

In r24664.

Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/common.php on line 929 Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parser/xhtml.php on line 697 Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/common.php on line 929 Warning: Undefined array key "mailguard" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parser/xhtml.php on line 697

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...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing