Project

General

Profile

Actions

Bug #6888

closed

Small-ish bug?

Added by Anonymous over 11 years ago. Updated over 11 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
-
Backport:
[ruby-core:47236]

Description

=begin
git clone https://github.com/ruby/ruby.git ruby_git
cd ruby_git
autoconf
./configure
make
make distclean
git status

On branch trunk

Changed but not updated:

(use "git add/rm ..." to update what will be committed)

(use "git checkout -- ..." to discard changes in working directory)

deleted: enc/unicode/name2ctype.h

I if I do
rm enc/unicode/name2ctype.h
make clean
make

the file gets rebuilt.

Thanks,

Nathan Zook

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Description updated (diff)
  • Category set to build
  • ruby -v set to -
Actions #2

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r36725.
, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


enc/depend: fix inplace-build condition

  • enc/depend: fix inplace-build condition. enc.mk is generated with
    setting $srcdir to enc, but pwd is still top build direcory.
    [ruby-core:47236] [Bug #6888]
Actions

Also available in: Atom PDF

Like0
Like0Like0