Summary
"make clean" does not clean up generated files setup-api.import.scm and setup-download.import.scm
Metadata
- Id: 44b541bd4a183a096874e9cfb1203dfcc14bb9f8
- Trac id: 140
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-12-04 22:37:51 UTC
- Keywords: cleaning, make
Attachments
- 44b541bd4a183a096874e9cfb1203dfcc14bb9f8/attachments/rules.make.patch
Description
make clean or make spotless followed by git status show that setup-api.import.scm and setup-download.import.scm are generated files which are not properly cleaned up.
This patch fixes that by removing them on 'make clean'.
Changes and comments
[2009-12-04 22:38:08 UTC] sjamaan attached rules.make.patch (description=Clean up the setup api import files)
[2009-12-05 21:03:16 UTC] felix wrote:
Thanks, patch applied to master.