Searched +refs:cc +refs:check +refs:progs (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | NEWS | 59 + build/bug-fix for check-size feature (reports by Sam James, Gabriele 64 + provide for padding in check-size feature, using new_prescr() to 68 + revise progs.priv.h to provide for NC_ISATTY reuse 81 + modify check-size feature to avoid using it in a pseudoterminal 92 + add configure check for MB_LEN_MAX, to provide warning as needed. 198 + amend fix for Debian #1055882, correcting nul terminator check in 206 + amend parameter check for entire string versus specific length in 243 + make the recent change to setupterm optional "--enable-check-size" 348 + improve parameter check in tparm_setup() 369 TERMINAL, and check if they are for a terminal, like SVr4. [all …]
|
H A D | configure.in | 69 [ --without-ada suppress check for Ada compiler, don't build demo], 75 cf_prog_cc="gnatgcc gcc cc" 77 cf_prog_cc="gcc cc" 183 AC_ARG_WITH(progs, optwith 184 [ --without-progs suppress build/install with programs (e.g., tic)], 204 test "X$cf_with_progs" != Xno && modules_to_build="$modules_to_build progs" 230 # If we find pkg-config, check if we should install the ".pc" files. 760 ### We need 4Mb, check if we can allocate 50% more than that. 1473 ### use option --enable-check-size to detect screensize with CPR 1474 AC_MSG_CHECKING(if you want to check screensize of serial terminals) [all …]
|
H A D | INSTALL | 41 'panel', 'progs', and 'test'. See 'README' for a roadmap to the package. 217 'make install.progs' installs tic, infocmp, etc... 247 IF YOU DO NOT HAVE ROOT: Change directory to the 'progs' subdirectory 317 for packages, as done with --without-progs. 556 --enable-check-size 744 When enabled, check if the <stdnoreturn.h> header exists, and if found 810 If the --with-pthread option is set, check if the compiler supports 879 --with-build-cc=XXX 883 $BUILD_CC variable is set, and otherwise defaults to gcc or cc. 1010 that overrides the configure check for the soname. [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | ChangeLog | 70 * init.mk: check ONLY_*_LIST and NOT_*_LIST for SKIP_BUILD_VAR_LIST 253 * progs.mk: avoid overlap between PROG_VARS and 532 * dirdeps.mk: check we were not included by 659 * cc-wrap.mk: fix :@ modifier 665 * cc-wrap.mk: docuement how CCACHE etc might be set for 682 * cc-wrap.mk: allow other entries in CC_WRAP_FILTER 688 * cc-wrap.mk: take advantage of target local variables to 733 * meta.sys.mk: do not check for /dev/filemon if .MAKE.PATH_FILEMON 742 dirdeps - it is much simpler to check for unqualified first. 757 * meta.sys.mk: check for nofilemon support when we skip level 0 [all …]
|
/freebsd/ |
H A D | Makefile.inc1 | 1111 .for cc in cc c++ 1112 if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \ 1113 inum=$$(ls -i ${WORLDTMP}/usr/bin/${cc}); \ 1345 @echo ">>> Install check world started on `LC_ALL=C date`" 1349 @echo ">>> Install check kernel started on `LC_ALL=C date`" 1410 echo "rescue/sh check failed, installation aborted" >&2; \ 1475 libs=$$(ldd -f "%o %p\n" -f "%o %p\n" $$progs 2>/dev/null | sort -u | grep -Ev '\[.*]' | \ 1486 ${INSTALLTMP_COPY_HOST_TOOL} $$libs $$progs ${INSTALLTMP} 3550 .if make(check-old) || make(check-old-dirs) || \ 3551 make(check-old-files) || make(check-old-libs) || \ [all …]
|
/freebsd/share/mk/ |
H A D | bsd.README | 45 bsd.progs.mk - build multiple programs from sources 396 PROGS When used with <bsd.progs.mk>, allow building multiple 436 defined, ${PROG_CXX}.cc. 642 check:
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 4 # the check-old* and delete-old* targets. 334 OLD_FILES+=boot/check-password.4th 365 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 2000 OLD_FILES+=boot/check-password.4th 2025 OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz 5329 OLD_FILES+=usr/share/mk/bsd.progs.mk 8128 OLD_FILES+=usr/include/atf-c/check.h 8140 OLD_FILES+=usr/include/atf-c++/check.hpp 8154 OLD_FILES+=usr/libexec/atf-check 8164 OLD_FILES+=usr/share/man/man1/atf-check.1.gz [all …]
|