[Bug 93] revision number is not updated after svn up / make distclean
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=93 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [email protected] 2005-02-04 18:39 ------- fixed in staging with: Index: Makefile.am =================================================================== --- Makefile.am (revision 3392) +++ Makefile.am (working copy) @@ -44,6 +44,9 @@ ' | \ sh +svnclean: distclean + svn st --no-ignore | grep ^I | grep -v \~ | xargs rm -rf + JAVA_HOME=$(DESTDIR)$(pkglibdir) install-exec-hook: mkdir -p $(JAVA_HOME)/{bin,jre/bin} ------- 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.