Indentation.

This commit is contained in:
Ruslan Ermilov 2002-07-20 10:01:00 +00:00
parent 0dfe6a120a
commit 6c00ce58b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100402

View File

@ -172,14 +172,14 @@ kernel: buildkernel installkernel
#
upgrade_checks:
@cd ${.CURDIR}; \
if ! make -m ${.CURDIR}/share/mk -Dnotdef test >/dev/null 2>&1; then \
make make; \
fi
if ! make -m ${.CURDIR}/share/mk -Dnotdef test >/dev/null 2>&1; then \
make make; \
fi
@cd ${.CURDIR}; \
if make -V .CURDIR:C/.// 2>&1 >/dev/null | \
grep -q "Unknown modifier 'C'"; then \
make make; \
fi
if make -V .CURDIR:C/.// 2>&1 >/dev/null | \
grep -q "Unknown modifier 'C'"; then \
make make; \
fi
#
# A simple test target used as part of the test to see if make supports