[Bug 56] New: Built sources are not removed when invokinf "make clean"
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=56
Summary: Built sources are not removed when invokinf "make clean"
Product: SableVM
Version: staging
Platform: Other
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
When running "make clean", the generated files (listed as BUILT_SOURCES in
Makefile.am) are not removed. Usually, one would define CLEANFILES to have the
same value as BUILT_SOURCES so that these files are removed.
Suggestion:
If there isn't some compelling reason to keep this automatically created files
around, add the following line in Makefile.am which declare BUILT_SOURCES:
CLEANFILES = $(BUILT_SOURCES)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.