Project

General

Profile

Bug #6888

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

=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 <file>..." to update what will be committed) 
  #     (use "git checkout -- <file>..." 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 

Back