infra: fix #4, Kbuild env hostname

This commit is contained in:
Benjamin Kübler 2014-05-12 13:10:45 +02:00 committed by Thomas Schoebel-Theuer
parent f525747331
commit 55daf381f0

View File

@ -93,7 +93,7 @@ $(obj)/buildtag.h: $(patsubst $(obj)/buildtag.h,,$(wildcard $(obj)/*.[ch])) $(ob
BUILDTAG="no-buildtag-available"; \
fi; \
/bin/echo -e "#define BUILDTAG \"$$BUILDTAG\"";\
/bin/echo -e "#define BUILDHOST \"$$USER@$$HOSTNAME\"";\
/bin/echo -e "#define BUILDHOST \"$$USER@`hostname`\"";\
/bin/echo -e "#define BUILDDATE \"$$(date '+%F %T')\""
ifndef CONFIG_MARS