summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-07-08 09:08:09 +0000
committerharti <harti@FreeBSD.org>2004-07-08 09:08:09 +0000
commite04ea3134c2db305c59b35c2cbd2d7bbd18f0d81 (patch)
tree4dce8347352de986b534ca2ff9ad923300cc8969 /Makefile.inc1
parent051df492b25d524fdc180c431f133ef1fe5773c0 (diff)
downloadFreeBSD-src-e04ea3134c2db305c59b35c2cbd2d7bbd18f0d81.zip
FreeBSD-src-e04ea3134c2db305c59b35c2cbd2d7bbd18f0d81.tar.gz
Get rid of the THISHOST variable when building on sparc64. The problem
with it is that it is set by calling hostname and hostname isn't normally in the path at that point.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1885023..4f6d6f1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -367,10 +367,6 @@ CUR_TIMET!= grep __time_t /usr/include/machine/_types.h | awk '{print $$2}'
SRC_TIMET!= grep __time_t ${.CURDIR}/sys/sparc64/include/_types.h | \
awk '{print $$2}'
NEWSPARC_TIMETYPE?=${CUR_TIMET}
-THISHOST!= hostname -s
-.if empty(THISHOST)
-THISHOST="name not set yet"
-.endif
sparc64_installcheck:
.if ${CUR_TIMET} != ${SRC_TIMET}
@@ -381,7 +377,7 @@ sparc64_installcheck:
@echo "* Note: This installation changes the type used for time_t."
.endif
@echo "* "
- @echo "* This host (${THISHOST}) has time_t defined as ${CUR_TIMET},"
+ @echo "* This host has time_t defined as ${CUR_TIMET},"
@echo "* and this installation would change that to type ${SRC_TIMET}."
.if ${NEWSPARC_TIMETYPE} != ${SRC_TIMET}
@echo "* "
OpenPOWER on IntegriCloud