mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Improve Makefile comments and tests
Improved notes for install locations in Makefile.config. Added printing of ${BUILD_ALL} to make env output. Added double pass of chk_tree to make full_debug (and thus to the make debug output).
This commit is contained in:
@@ -852,12 +852,21 @@ endif # ($(target),Darwin)
|
||||
# BINDIR= /usr/bin
|
||||
# LIBDIR= /usr/lib
|
||||
# CALC_SHAREDIR= /usr/share/calc
|
||||
# CALC_INCDIR= /usr/include/calc
|
||||
#
|
||||
# Or if you prefer everything under /usr/local:
|
||||
#
|
||||
# BINDIR= /usr/local/bin
|
||||
# LIBDIR= /usr/local/lib
|
||||
# CALC_SHAREDIR= /usr/local/share/calc
|
||||
# CALC_INCDIR= /usr/local/include/calc
|
||||
#
|
||||
# However, if you are on macOS then set:
|
||||
#
|
||||
# BINDIR= ${PREFIX}/bin
|
||||
# LIBDIR= ${PREFIX}/lib
|
||||
# CALC_SHAREDIR= ${PREFIX}/share/calc
|
||||
# CALC_INCDIR= ${PREFIX}/include/calc
|
||||
#
|
||||
# NOTE: Starting with macOS El Capitan OS X 10.11, root by default
|
||||
# could not mkdir under system locations, so macOS must now
|
||||
|
Reference in New Issue
Block a user