可以參考 /boot/recovery/updater/Android.mk 的方法
junk := $(shell mkdir -p $(dir $(inc));\
echo $(TARGET_RECOVERY_UPDATER_LIBS) > $(inc).temp;\
diff -q $(inc).temp $(inc).list || cp -f $(inc).temp $(inc).list)
用一個 dummy 的 target (junk) ,把要執行的 shell command 寫進去就可以
沒有留言:
張貼留言