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
0005204 [buildroot] Other minor always 10-02-08 09:49 10-03-08 00:25
Reporter suffecool View Status public  
Assigned To egtvedt
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0005204: Makefile error
Description The file target/linux/Makefile.in.advanced has an error on line 431.

The current line is:
cp -dpf .config $(TARGET_DIR)/boot/busybox.config

This is erroneously copying the top-level buildroot .config file, when it should be copying the busybox .config file. I believe the line should actually read:

cp -dpf $(BUSYBOX_DIR)/.config $(TARGET_DIR)/boot/busybox.config
Additional Information
Attached Files

- Relationships

- Notes
(0012614)
egtvedt
10-03-08 00:24

Fixed with r23580.
 

- Issue History
Date Modified Username Field Change
10-02-08 09:49 suffecool New Issue
10-02-08 09:49 suffecool Status new => assigned
10-02-08 09:49 suffecool Assigned To  => buildroot
10-03-08 00:18 egtvedt Assigned To buildroot => egtvedt
10-03-08 00:24 egtvedt Note Added: 0012614
10-03-08 00:25 egtvedt Status assigned => resolved
10-03-08 00:25 egtvedt Resolution open => fixed
10-03-08 00:25 egtvedt Status resolved => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker