[MacRuby] #1006: rake clean target is now missing intermediate build results
#1006: rake clean target is now missing intermediate build results ---------------------------+------------------------------------------------ Reporter: jkh@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ For awhile now, svn status has been reporting a lot of extraneous files left behind after a rake clean (on trunk). Looks like the clean target in MacRuby's Rakefile(s) need to be updated to encompass: ? ext/digest/sha2/lib/sha2.rbo ? ext/digest/lib/digest.rbo ? ext/digest/lib/digest/hmac.rbo ? ext/bigdecimal/lib/bigdecimal/ludcmp.rbo ? ext/bigdecimal/lib/bigdecimal/jacobian.rbo ? ext/bigdecimal/lib/bigdecimal/math.rbo ? ext/bigdecimal/lib/bigdecimal/newton.rbo ? ext/bigdecimal/lib/bigdecimal/util.rbo ? ext/pty/lib/expect.rbo ? ext/nkf/lib/kconv.rbo ? ext/openssl/lib/openssl.rbo ? ext/openssl/lib/openssl/bn.rbo ? ext/openssl/lib/openssl/ssl.rbo ? ext/openssl/lib/openssl/x509.rbo ? ext/openssl/lib/openssl/buffering.rbo ? ext/openssl/lib/openssl/cipher.rbo ? ext/openssl/lib/openssl/ssl-internal.rbo ? ext/openssl/lib/openssl/x509-internal.rbo ? ext/openssl/lib/openssl/digest.rbo ? ext/ripper/lib/ripper.rbo ? ext/ripper/lib/ripper/lexer.rbo ? ext/ripper/lib/ripper/sexp.rbo ? ext/ripper/lib/ripper/filter.rbo ? ext/ripper/lib/ripper/core.rbo ? ext/io/wait/lib/nonblock.rbo -- Ticket URL: <http://www.macruby.org/trac/ticket/1006> MacRuby <http://macruby.org/>
#1006: rake clean target is now missing intermediate build results ---------------------------+------------------------------------------------ Reporter: jkh@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------+------------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Should be fixed in r4936. -- Ticket URL: <http://www.macruby.org/trac/ticket/1006#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby