[buildroot 0000625]: rootfs isn't updated with changes made in target_skeleton or device_table.txt as described in documentation

bugs at busybox.net bugs at busybox.net
Thu Jan 19 21:42:16 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=625 
====================================================================== 
Reported By:                hagepe
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   625
Category:                   Documentation
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             01-06-2006 06:19 PST
Last Modified:              01-19-2006 13:42 PST
====================================================================== 
Summary:                    rootfs isn't updated with changes made in
target_skeleton or device_table.txt as described in documentation
Description: 
At least with the daily snapshot from 5.1.2006:
If I understand the documentation right,
changing files in /target/generic/target_skeleton 
and a simple make in the main directory should rebuild the
rootfs including the changes. 
In fact the rootfs is rebuild but without the changes. There
must be something else that has to be done between the changes
and the "make" or the major makefile needs some changes?




====================================================================== 

---------------------------------------------------------------------- 
 scott - 01-19-06 13:42  
---------------------------------------------------------------------- 
To fix this, we need to change the main Makefile.  It's a one liner...

buildroot/Makefile:

--- Old Line...
$(TARGET_DIR):

+++ New Line...
$(TARGET_DIR): $(TARGET_SKELETON) $(TARGET_SKEL_DIR) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-06-06 06:19  hagepe         New Issue                                    
01-06-06 06:19  hagepe         Status                   new => assigned     
01-06-06 06:19  hagepe         Assigned To               => uClibc          
01-19-06 13:42  scott          Note Added: 0000957                          
======================================================================




More information about the uClibc-cvs mailing list