Re: whether make or the manual on make, a hole this big is a bug

2004-06-02 Thread Paul D. Smith
%% "Brian T. Brunner" <[EMAIL PROTECTED]> writes: btb> If top and subdir makefiles both have rules named 'clean' that do btb> different things, that should be fine with make. Whether I make btb> clean or make target, make warns me that it has a duplicate rule btb> 'clean' and is overridin

whether make or the manual on make, a hole this big is a bug

2004-06-02 Thread Brian T. Brunner
Recursive make should work well. If top and subdir makefiles both have rules named 'clean' that do different things, that should be fine with make. Whether I make clean or make target, make warns me that it has a duplicate rule 'clean' and is overriding the rule for 'clean'. likewise for 'all'.