Lines Matching refs:build
18 LWS_BUILD_PATH=$(PROJECT_PATH)/build
86 echo -n -e "{\r\n\"app\": " > build/manifest.json
87 cat $(A)/build/json-buildinfo >> build/manifest.json
88 echo -n -e ", \"factory\": " >> build/manifest.json
89 cat $(F)/build/json-buildinfo >> build/manifest.json
90 echo -n -e "\r\n}\r\n" >> build/manifest.json
124 AFILE=$(A)/build/$$(cat $$A/build/json-buildinfo | grep -- \"file\"\: |cut -d' ' -f3 |cut -d'"' -f2) ;\
127 FFILE=$(F)/build/$$(cat $$F/build/json-buildinfo | grep -- \"file\"\: |cut -d' ' -f3 |cut -d'"' -f2) ;\
131 scp build/manifest.json $$UPL