Bug 691485 - 'make clean' doesn't
Summary: 'make clean' doesn't
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: master
Hardware: PC All
: P4 normal
Assignee: Marcos H. Woehrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 21:50 UTC by Marcos H. Woehrmann
Modified: 2010-07-23 20:02 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos H. Woehrmann 2010-07-21 21:50:58 UTC
On my Linux box 'autogen.sh ; make ; make clean' leaves two files in obj: tif_config.h  tiffconf.h.
Comment 1 Hin-Tak Leung 2010-07-23 03:48:59 UTC
This simply patch does the job:

--- a/base/gs.mak
+++ b/base/gs.mak
@@ -293,7 +293,7 @@ mostlyclean : config-clean
 #****** FOLLOWING IS WRONG, NEEDS TO BE PER-SUBSYSTEM ******
 config-clean :
        $(RMN_) $(GSGEN)*.dev $(GSGEN)devs*.tr $(GSGEN)gconfig*.h
-       $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h
+       $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h $(GSGEN)tif*.h
        $(RMN_) $(GSGEN)c*.tr $(GSGEN)o*.tr $(GSGEN)l*.tr
 
 # Macros for constructing the *.dev files that describe features and


Somebody else can review and commit.
Comment 2 Alex Cherepanov 2010-07-23 20:02:32 UTC
The patch has been committed as a rev. 11540.