CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/07/13 04:20:18
Modified files:
gnu/usr.bin/clang: Makefile
gnu/usr.bin/clang/lldb: Makefile
gnu/usr.bin/clang/lldb-server: Makefile
Log message:
Revert BUILD_LLDB use, don't push manual repair on all people building from
source
Pointed out by sthen@
While make build indeed takes care of running make install in share/mk,
running make obj first would error out when encountering the unknown
BUILD_LLDB variable. I can wait a few days before committing this again.