define two_commandsecho 1111111111111echo 22222222222endef
相当于
two_commands = echo 1111111111111;echo 22222222222
可以直接调用$(two_commands)