Misc. build: minor spelling fixes.
No functional change.
This commit is contained in:
parent
55b0545890
commit
a1ff7af013
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299007
@ -923,7 +923,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
|
|||||||
.for dist in base ${EXTRA_DISTRIBUTIONS}
|
.for dist in base ${EXTRA_DISTRIBUTIONS}
|
||||||
@# For each file that exists in this dist, print the corresponding
|
@# For each file that exists in this dist, print the corresponding
|
||||||
@# line from the METALOG. This relies on the fact that
|
@# line from the METALOG. This relies on the fact that
|
||||||
@# a line containing only the filename will sort immediatly before
|
@# a line containing only the filename will sort immediately before
|
||||||
@# the relevant mtree line.
|
@# the relevant mtree line.
|
||||||
cd ${DESTDIR}/${DISTDIR}; \
|
cd ${DESTDIR}/${DISTDIR}; \
|
||||||
find ./${dist} | sort -u ${METALOG} - | \
|
find ./${dist} | sort -u ${METALOG} - | \
|
||||||
@ -933,7 +933,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
|
|||||||
.for dist in ${DEBUG_DISTRIBUTIONS}
|
.for dist in ${DEBUG_DISTRIBUTIONS}
|
||||||
@# For each file that exists in this dist, print the corresponding
|
@# For each file that exists in this dist, print the corresponding
|
||||||
@# line from the METALOG. This relies on the fact that
|
@# line from the METALOG. This relies on the fact that
|
||||||
@# a line containing only the filename will sort immediatly before
|
@# a line containing only the filename will sort immediately before
|
||||||
@# the relevant mtree line.
|
@# the relevant mtree line.
|
||||||
cd ${DESTDIR}/${DISTDIR}; \
|
cd ${DESTDIR}/${DISTDIR}; \
|
||||||
find ./${dist}/usr/lib/debug | sort -u ${METALOG} - | \
|
find ./${dist}/usr/lib/debug | sort -u ${METALOG} - | \
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
# grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \
|
# grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \
|
||||||
# sort | uniq -d
|
# sort | uniq -d
|
||||||
#
|
#
|
||||||
# To find regular duplicates not dependant on optional components, you can
|
# To find regular duplicates not dependent on optional components, you can
|
||||||
# also use something that will not give you false positives, e.g.:
|
# also use something that will not give you false positives, e.g.:
|
||||||
# for t in `make -V TARGETS universe`; do
|
# for t in `make -V TARGETS universe`; do
|
||||||
# __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
|
# __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \
|
||||||
@ -3773,7 +3773,7 @@ OLD_FILES+=usr/include/sys/_elf_solaris.h
|
|||||||
OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
|
OLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
|
||||||
# 20071108: Removed very crunch OLDCARD support file
|
# 20071108: Removed very crunch OLDCARD support file
|
||||||
OLD_FILES+=etc/defaults/pccard.conf
|
OLD_FILES+=etc/defaults/pccard.conf
|
||||||
# 20071025: rc.d/nfslocking superceeded by rc.d/lockd and rc.d/statd
|
# 20071025: rc.d/nfslocking superseded by rc.d/lockd and rc.d/statd
|
||||||
OLD_FILES+=etc/rc.d/nfslocking
|
OLD_FILES+=etc/rc.d/nfslocking
|
||||||
# 20070930: rename of cached to nscd
|
# 20070930: rename of cached to nscd
|
||||||
OLD_FILES+=etc/cached.conf
|
OLD_FILES+=etc/cached.conf
|
||||||
|
2
UPDATING
2
UPDATING
@ -905,7 +905,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
|
|||||||
WITH_ICONV has been split into two feature sets. WITH_ICONV now
|
WITH_ICONV has been split into two feature sets. WITH_ICONV now
|
||||||
enables just the iconv* functionality and is now on by default.
|
enables just the iconv* functionality and is now on by default.
|
||||||
WITH_LIBICONV_COMPAT enables the libiconv api and link time
|
WITH_LIBICONV_COMPAT enables the libiconv api and link time
|
||||||
compatability. Set WITHOUT_ICONV to build the old way.
|
compatibility. Set WITHOUT_ICONV to build the old way.
|
||||||
If you have been using WITH_ICONV before, you will very likely
|
If you have been using WITH_ICONV before, you will very likely
|
||||||
need to turn on WITH_LIBICONV_COMPAT.
|
need to turn on WITH_LIBICONV_COMPAT.
|
||||||
|
|
||||||
|
@ -822,7 +822,7 @@ ATH_KTR_INTR_DEBUG opt_ath.h
|
|||||||
# options for the Atheros hal
|
# options for the Atheros hal
|
||||||
AH_SUPPORT_AR5416 opt_ah.h
|
AH_SUPPORT_AR5416 opt_ah.h
|
||||||
# XXX For now, this breaks non-AR9130 chipsets, so only use it
|
# XXX For now, this breaks non-AR9130 chipsets, so only use it
|
||||||
# XXX when actually targetting AR9130.
|
# XXX when actually targeting AR9130.
|
||||||
AH_SUPPORT_AR9130 opt_ah.h
|
AH_SUPPORT_AR9130 opt_ah.h
|
||||||
|
|
||||||
# This is required for AR933x SoC support
|
# This is required for AR933x SoC support
|
||||||
|
@ -17,7 +17,7 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP
|
|||||||
|
|
||||||
# IGB_LEGACY_TX will override the stack if_transmit path and
|
# IGB_LEGACY_TX will override the stack if_transmit path and
|
||||||
# instead use the older if_start non-multiqueue capable interface.
|
# instead use the older if_start non-multiqueue capable interface.
|
||||||
# This might be desireable for testing, or to enable the use of
|
# This might be desirable for testing, or to enable the use of
|
||||||
# ALTQ.
|
# ALTQ.
|
||||||
#CFLAGS += -DIGB_LEGACY_TX
|
#CFLAGS += -DIGB_LEGACY_TX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user