Open source, software development, 日本語, management, leadership
[vuhung@test_make]$make vh SunOs [vuhung@test_make]$cat Makefile uname=$(shell uname) ifeq ($(uname), Linux) APP_OSTYPE = Linux endif ifeq ($(uname), SunOS) APP_OSTYPE = SunOs endif vh: @echo $(APP_OSTYPE)
Post a Comment
No comments:
Post a Comment