|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000232 |
[buildroot] Other |
minor |
always |
04-22-05 19:31 |
02-12-07 05:47 |
|
|
Reporter |
samrobb |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000232: 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.
|
|
Additional Information |
fixed as of revision 13589. |
|
|
Attached Files |
noconfig_targets.patch [^] (467 bytes) 04-22-05 19:31 |
|
|