End words with a `.'.
Fixed spacing messed up in rev 1.244.
This commit is contained in:
parent
81788e10bd
commit
8428d214ad
4
Makefile
4
Makefile
@ -10,7 +10,7 @@
|
|||||||
# buildkernel - Rebuild the kernel and the kernel-modules.
|
# buildkernel - Rebuild the kernel and the kernel-modules.
|
||||||
# installkernel - Install the kernel and the kernel-modules.
|
# installkernel - Install the kernel and the kernel-modules.
|
||||||
# reinstallkernel - Reinstall the kernel and the kernel-modules.
|
# reinstallkernel - Reinstall the kernel and the kernel-modules.
|
||||||
# kernel - buildkernel + installkernel
|
# kernel - buildkernel + installkernel.
|
||||||
# update - Convenient way to update your source tree (cvs).
|
# update - Convenient way to update your source tree (cvs).
|
||||||
# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
|
# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
|
||||||
# most - Build user commands, no libraries or include files.
|
# most - Build user commands, no libraries or include files.
|
||||||
@ -132,7 +132,7 @@ world: upgrade_checks
|
|||||||
.endif
|
.endif
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
@printf ">>> ${OBJFORMAT} make world completed on `LC_ALL=C date`\n (started ${STARTTIME})\n"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user