| Anonymous | Login | Signup for a new account | 11-10-2008 12:55 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |