Lines Matching refs:PRIVATE_DIR
375 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
378 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
379 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
380 $$(hide) for file in $$$$(find $$(PRIVATE_DIR)/src -type f); do \
382 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
390 $$(hide) find $$(PRIVATE_DIR)/hash -type f | xargs cat | sort | \
391 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> $$@
395 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
400 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> \
424 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
426 PRIVATE_DIR)/src\(.*\)\.txt: <a name=\"\1\"></a>:" >> \
432 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1<br/>:" >> $$@; \
1211 $(INTERNAL_SDK_TARGET): PRIVATE_DIR := $(sdk_dir)/$(sdk_name)
1221 $(hide) rm -rf $(PRIVATE_DIR) $@
1239 -o $(PRIVATE_DIR) && \
1241 $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \
1242 cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/tools/NOTICE.txt && \
1244 development/build/tools/sdk_clean.sh $(PRIVATE_DIR) && \
1245 chmod -R ug+rwX $(PRIVATE_DIR) && \
1247 ) || ( rm -rf $(PRIVATE_DIR) $@ && exit 44 )