summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0ddc083..39cc7fc 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -408,7 +408,7 @@ buildkernel:
@echo
.for _kernel in ${BUILDKERNELS}
@echo "--------------------------------------------------------------"
- @echo ">>> Kernel build for ${_kernel} started on `LC_TIME=C date`"
+ @echo ">>> Kernel build for ${_kernel} started on `LC_ALL=C date`"
@echo "--------------------------------------------------------------"
@echo "===> ${_kernel}"
mkdir -p ${KRNLOBJDIR}
@@ -431,7 +431,7 @@ buildkernel:
cd ${KRNLOBJDIR}/${_kernel}; \
${KMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=${INSTKERNNAME} all
@echo "--------------------------------------------------------------"
- @echo ">>> Kernel build for ${_kernel} completed on `LC_TIME=C date`"
+ @echo ">>> Kernel build for ${_kernel} completed on `LC_ALL=C date`"
@echo "--------------------------------------------------------------"
.endfor
OpenPOWER on IntegriCloud