Fix a typo and sync a comment with the version in RELENG_4
This commit is contained in:
parent
dd73368406
commit
56d75155a6
@ -13,7 +13,7 @@ SRC?=/usr/src
|
||||
CONFIG?=config
|
||||
|
||||
# These 3 variables determine where the kernel is built.
|
||||
# If config were smart enough, we could even place the config
|
||||
# If config were smart enough, we could place the config
|
||||
# file in some other place than ${SRC}/sys/i386/conf, but
|
||||
# at the moment (Oct.2001) this is not possible yet.
|
||||
CONF=${SRC}/sys/i386/conf
|
||||
@ -52,4 +52,4 @@ ${BUILDDIR}/crunch.mk: ${BUILDDIR}/crunch1.conf
|
||||
|
||||
${BUILDDIR}/crunch1.conf: ${MY_TREE}/crunch.conf
|
||||
(cd ${BUILDDIR}/crunch ; cat ${.OODATE} | \
|
||||
sed -e "s@/usr/src@${SRC}@" -e "s+@__CWD__@+${MY_TREE}@" > ${.TARGET} )
|
||||
sed -e "s@/usr/src@${SRC}@" -e "s+@__CWD__@+${MY_TREE}+" > ${.TARGET} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user