Hi,
I did a recent svn build of llvm/clang, but 'make install' ran into this :
llvm[5]: Install circumvented with NO_INSTALL
Whats this ?
Regards,
John Smith
PS : please cc me when replying from llvmdev@cs.uiuc.edu, im only
subscribed to cfe-dev@cs.uiuc.edu
Has anything actually gone wrong in the install? AIUI llvm/clang build
various test executables/internal tools which the user wouldn't have any
benefit from installing, and I gather the simplest way to exclude them from
a recursive make install is to guard the directory with NO_INSTALL on the
directory.
IOW I think this is normal behaviour.
Cheers,
Dave