[uClibc-cvs] [buildroot 0000232]: clean and distclean targets ignore presence of .config file

bugs at busybox.net bugs at busybox.net
Sat Apr 23 02:31:07 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<http://busybox.net/bugs/view.php?id=232> 
======================================================================
Reported By:                samrobb
Assigned To:                uClibc
======================================================================
Project:                    buildroot
Issue ID:                   232
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             04-22-2005 19:31 PDT
Last Modified:              04-22-2005 19:31 PDT
======================================================================
Summary:                    clean and distclean targets ignore presence of
.config file
Description: 
>From the logic in the top-level buildroot Makefile, it looks as if the
targets clean and distclean are to have different effects, depending on
whether or not a .config file is present in the top-level directory.

This is because 'clean' and 'distclean' are part of the noconfig_targets
list.

The attached patch removes clean and distclean from the noconfig_targets
list, allowing the behavior of clean and distclean to vary depending on
whether or not a .config file is present.

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-22-05 19:31 samrobb        New Issue                                    
04-22-05 19:31 samrobb        File Added: noconfig_targets.patch                
   
======================================================================




More information about the uClibc-cvs mailing list