BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004304 [buildroot] Other minor always 07-24-08 02:04 09-10-08 19:23
Reporter blf View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0004304: [BuildRoot] Fix ‘make clean’ so ‘make clean; make’ works
Description     ‘make clean’ failed to remove all the state, causing a
    subsequent ‘make’ to skip some rather key steps (e.g.,
    creating a properly-populated skelton root filesystem).
    
    Signed-off-by: Brian Foster <brian.foster@innova-card.com>
---
 This patch is against r22481.

 Makefile | 2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Makefile b/Makefile
index fcf69ce..9c6fa4c 100644
--- a/Makefile
+++ b/Makefile
@@ -355,9 +355,11 @@ external-deps:
 #############################################################
 clean: $(TARGETS_CLEAN)
     rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE)
+ rm -f $(PROJECT_BUILD_DIR)/.root
 
 dirclean: $(TARGETS_DIRCLEAN)
     rm -rf $(STAGING_DIR) $(TARGET_DIR) $(IMAGE)
+ rm -f $(PROJECT_BUILD_DIR)/.root
 
 distclean:
 ifeq ($(DL_DIR),$(BASE_DIR)/dl)
Additional Information
Attached Files

- Relationships

- Notes
(0011374)
hmoffatt
09-10-08 19:23

thanks, applied in r23374
 

- Issue History
Date Modified Username Field Change
07-24-08 02:04 blf New Issue
07-24-08 02:04 blf Status new => assigned
07-24-08 02:04 blf Assigned To  => buildroot
09-10-08 19:23 hmoffatt Status assigned => closed
09-10-08 19:23 hmoffatt Note Added: 0011374
09-10-08 19:23 hmoffatt Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker