-
Try to find the hostname in the MakefileComputer/linux 2008. 8. 13. 17:36HOSTNAME = $(shell uname -n)
or
HOSTNAME = $(shell hostname)
After that, you can call the hostname as $(HOSTNAME)I added other example
MKDIR:= $(shell echo $(ARDMK_DIR))
include $(MKDIR)/arduino-mk/Arduino.mk'Computer > linux' 카테고리의 다른 글
warning: incompatible implicit declaration of built-in function ‘strstr’ (0) 2008.08.15 Mathematica start up error (0) 2008.07.21 Keyboard doesnot work in the virtualbox. (0) 2008.07.12