Makefile.inc1 (0a2cfd653e86ac41c4e6e32a449d133c0ee6d677) | Makefile.inc1 (50c64df2a1739dca84c0e3bc795b70e5991b7010) |
---|---|
1# 2# 3# Make command line options: 4# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir 5# -DNO_CLEAN do not clean at all 6# -DDB_FROM_SRC use the user/group databases in src/etc instead of 7# the system database when installing. 8# -DNO_SHARE do not go into share subdir --- 2495 unchanged lines hidden (view full) --- 2504# r348347 Add missing powerpc64 relocation support to libdwarf 2505.if ${BOOTSTRAPPING} < 1300030 2506_elftoolchain_libs= lib/libelf lib/libdwarf lib/libzstd 2507${_bt}-lib/libelf: ${_bt_m4_depend} 2508${_bt}-lib/libdwarf: ${_bt_m4_depend} 2509_bt_libelf_depend=${_bt}-lib/libelf 2510.endif 2511 | 1# 2# 3# Make command line options: 4# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir 5# -DNO_CLEAN do not clean at all 6# -DDB_FROM_SRC use the user/group databases in src/etc instead of 7# the system database when installing. 8# -DNO_SHARE do not go into share subdir --- 2495 unchanged lines hidden (view full) --- 2504# r348347 Add missing powerpc64 relocation support to libdwarf 2505.if ${BOOTSTRAPPING} < 1300030 2506_elftoolchain_libs= lib/libelf lib/libdwarf lib/libzstd 2507${_bt}-lib/libelf: ${_bt_m4_depend} 2508${_bt}-lib/libdwarf: ${_bt_m4_depend} 2509_bt_libelf_depend=${_bt}-lib/libelf 2510.endif 2511 |
2512_libkldelf= lib/libkldelf 2513${_bt}-lib/libkldelf: ${_bt_libelf_depend} 2514_bt_libkldelf_depend=${_bt}-lib/libkldelf 2515 | |
2516_kldxref= usr.sbin/kldxref | 2512_kldxref= usr.sbin/kldxref |
2517${_bt}-usr.sbin/kldxref: ${_bt_libelf_depend} ${_bt_libkldelf_depend} | 2513${_bt}-usr.sbin/kldxref: ${_bt_libelf_depend} |
2518 2519# flua is required to regenerate syscall files. It first appeared during the 2520# 13.0-CURRENT cycle, thus needs to be built on -older releases and stable 2521# branches. 2522.if ${BOOTSTRAPPING} < 1300059 2523${_bt}-libexec/flua: ${_bt}-lib/liblua 2524_flua= lib/liblua libexec/flua 2525.endif --- 246 unchanged lines hidden (view full) --- 2772.for _tool in \ 2773 ${_clang_tblgen} \ 2774 ${_kerberos5_bootstrap_tools} \ 2775 ${_strfile} \ 2776 usr.bin/dtc \ 2777 ${_cat} \ 2778 ${_kbdcontrol} \ 2779 ${_elftoolchain_libs} \ | 2514 2515# flua is required to regenerate syscall files. It first appeared during the 2516# 13.0-CURRENT cycle, thus needs to be built on -older releases and stable 2517# branches. 2518.if ${BOOTSTRAPPING} < 1300059 2519${_bt}-libexec/flua: ${_bt}-lib/liblua 2520_flua= lib/liblua libexec/flua 2521.endif --- 246 unchanged lines hidden (view full) --- 2768.for _tool in \ 2769 ${_clang_tblgen} \ 2770 ${_kerberos5_bootstrap_tools} \ 2771 ${_strfile} \ 2772 usr.bin/dtc \ 2773 ${_cat} \ 2774 ${_kbdcontrol} \ 2775 ${_elftoolchain_libs} \ |
2780 ${_libkldelf} \ | |
2781 ${_kldxref} \ 2782 lib/libopenbsd \ 2783 usr.bin/mandoc \ 2784 usr.bin/rpcgen \ 2785 ${_yacc} \ 2786 ${_m4} \ 2787 ${_lex} \ 2788 ${_other_bootstrap_tools} \ --- 427 unchanged lines hidden (view full) --- 3216 ${_kerberos5_lib_libroken} \ 3217 ${_kerberos5_lib_libwind} \ 3218 lib/libbz2 ${_libcom_err} lib/libcrypt \ 3219 lib/libc++ \ 3220 lib/libelf lib/libexpat \ 3221 lib/libfigpar \ 3222 ${_lib_libgssapi} \ 3223 lib/libjail \ | 2776 ${_kldxref} \ 2777 lib/libopenbsd \ 2778 usr.bin/mandoc \ 2779 usr.bin/rpcgen \ 2780 ${_yacc} \ 2781 ${_m4} \ 2782 ${_lex} \ 2783 ${_other_bootstrap_tools} \ --- 427 unchanged lines hidden (view full) --- 3211 ${_kerberos5_lib_libroken} \ 3212 ${_kerberos5_lib_libwind} \ 3213 lib/libbz2 ${_libcom_err} lib/libcrypt \ 3214 lib/libc++ \ 3215 lib/libelf lib/libexpat \ 3216 lib/libfigpar \ 3217 ${_lib_libgssapi} \ 3218 lib/libjail \ |
3224 lib/libkiconv lib/libkldelf lib/libkvm \ 3225 lib/liblzma lib/libmd lib/libnv \ | 3219 lib/libkiconv lib/libkvm lib/liblzma lib/libmd lib/libnv \ |
3226 lib/libzstd \ 3227 ${_lib_casper} \ 3228 lib/ncurses/tinfo \ 3229 lib/ncurses/ncurses \ 3230 lib/libpam/libpam lib/libthr \ 3231 ${_lib_libradius} lib/libsbuf lib/libtacplus \ 3232 lib/libgeom \ 3233 ${_lib_librt} \ --- 18 unchanged lines hidden (view full) --- 3252gnu/lib/libdialog__L: lib/msun__L lib/ncurses/tinfo__L lib/ncurses/ncurses__L 3253.endif 3254 3255.if ${MK_GOOGLETEST} != "no" 3256_prebuild_libs+= lib/libregex 3257.endif 3258 3259lib/libgeom__L: lib/libexpat__L lib/libsbuf__L | 3220 lib/libzstd \ 3221 ${_lib_casper} \ 3222 lib/ncurses/tinfo \ 3223 lib/ncurses/ncurses \ 3224 lib/libpam/libpam lib/libthr \ 3225 ${_lib_libradius} lib/libsbuf lib/libtacplus \ 3226 lib/libgeom \ 3227 ${_lib_librt} \ --- 18 unchanged lines hidden (view full) --- 3246gnu/lib/libdialog__L: lib/msun__L lib/ncurses/tinfo__L lib/ncurses/ncurses__L 3247.endif 3248 3249.if ${MK_GOOGLETEST} != "no" 3250_prebuild_libs+= lib/libregex 3251.endif 3252 3253lib/libgeom__L: lib/libexpat__L lib/libsbuf__L |
3260lib/libkldelf__L: lib/libelf__L | |
3261lib/libkvm__L: lib/libelf__L 3262 3263.if ${MK_RADIUS_SUPPORT} != "no" 3264_lib_libradius= lib/libradius 3265.endif 3266 3267lib/ncurses/ncurses__L: lib/ncurses/tinfo__L 3268 --- 620 unchanged lines hidden --- | 3254lib/libkvm__L: lib/libelf__L 3255 3256.if ${MK_RADIUS_SUPPORT} != "no" 3257_lib_libradius= lib/libradius 3258.endif 3259 3260lib/ncurses/ncurses__L: lib/ncurses/tinfo__L 3261 --- 620 unchanged lines hidden --- |