Actions
Bug #6888
closed
Small-ish bug?
Bug #6888:
Small-ish bug?
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
Actions