Linuxmakefile 想echo路徑 - LinuxJacky · 2011-11-04Table of ContentsPostCommentsRelated Posts WORKROOT = . all: echo $(WORKROOT) 請教一下, 我是用相對路徑給WORKROOT值 假設我的makefile是放在/home/a/b/ 下面 可否讓echo印出絕對路徑'/home/a/b' 而不是印出'.'呢 謝謝! -- LinuxAll CommentsAnonymous2011-11-06WORKROOT = $(shell pwd)Sarah2011-11-11謝謝!Related Postsubuntu電腦白痴有一問VMplayer無法裝Ubuntu 11.04 AMD64 bitvim plugin無法正常執行ubuntu 下無法輸入中文git clone發生問題
All Comments