Issue 9671 - Improve dmake clean target
Summary: Improve dmake clean target
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 643
Hardware: All Other OS
: P3 Trivial (vote)
Target Milestone: ---
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 15:04 UTC by chris
Modified: 2003-03-17 00:24 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to improve dmake clean (cvs diff on OO643C) (562 bytes, patch)
2002-11-29 15:05 UTC, chris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description chris 2002-11-29 15:04:47 UTC
One more for you, Ken!  Some changes:

- use $(GNUMAKE) -C dmake instead of cd dmake && make.  This makes the output
easier to follow and removes a spurious error message here.

- 'make clean' in dmake doesn't remove config.cache, ouch!  This caused my
'dmake clean' followed by configure for a different compiler to fail to use the
new compiler variables at all.  'make distclean' removes config.cache.
Comment 1 chris 2002-11-29 15:05:54 UTC
Created attachment 3811 [details]
Patch to improve dmake clean (cvs diff on OO643C)
Comment 2 foskey 2002-12-01 06:44:05 UTC
Committed change to bootstrap.1 to use gnumake.

include a distclean target rather than creating a brutal clean target.
Comment 3 foskey 2003-03-17 00:15:45 UTC
Verified as working.
Comment 4 foskey 2003-03-17 00:24:58 UTC
closing issue.