Author: arichardson Date: Fri Nov 13 13:18:48 2020 New Revision: 367636 URL: https://svnweb.freebsd.org/changeset/base/367636
Log: Makefile.inc1: remove no-longer required variable This variable is unsed since r364760 but I forgot to delete it in that commit. Reported By: bdrewery Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Fri Nov 13 13:07:44 2020 (r367635) +++ head/Makefile.inc1 Fri Nov 13 13:18:48 2020 (r367636) @@ -2117,11 +2117,6 @@ update: .PHONY # which don't have the APIs required by the targets built in bootstrap-tools, # build-tools or cross-tools. # - -# libnv and libsbuf are requirements for config(8), which is an unconditional -# bootstrap-tool. -_config_deps= lib/libnv lib/libsbuf - legacy: .PHONY .if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0 @echo "ERROR: Source upgrades from versions prior to ${MINIMUM_SUPPORTED_REL} are not supported."; \ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"