[Bug 56] Built sources are not removed on "make clean"
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=56 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX Summary|Built sources are not |Built sources are not |removed when invokinf "make |removed on "make clean" |clean" | ------- Additional Comments From [email protected] 2004-09-05 20:34 ------- This is done like that "by design". When you get sablevm for ex. from SVN, it will not contain files generated from m4.* files. But if you get yourself an official, "release" tar archive - it will contain all these generated files. This is because normally it is not needed to (re)generate them, and thus it is not even required to have m4 installed to compile and install SableVM from official sources. If you want to remove (almost) all generated files and leave only those that are present in SVN - simply use "make distclean". [ Please feel free to reopen this bug if you think the above explanation is invalid, incomplete or in another way not satysfying in regards to the reported problem. ] ------- 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.