mirror of
https://github.com/schoebel/mars
synced 2025-01-12 01:29:50 +00:00
infra: fix #4, Kbuild env hostname
This commit is contained in:
parent
f525747331
commit
55daf381f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user