Home | History | Annotate | Download | only in core

Lines Matching refs:PRIVATE_DIR

410 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
413 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
414 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
415 $$(hide) for file in $$$$(find $$(PRIVATE_DIR)/src -type f); do \
417 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
425 $$(hide) find $$(PRIVATE_DIR
426 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> $$@
430 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
435 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> \
459 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
461 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: <a name=\"\1\"></a>:" >> \
467 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1<br/>:" >> $$@; \
1312 $(INTERNAL_SDK_TARGET): PRIVATE_DIR := $(sdk_dir)/$(sdk_name)
1322 $(hide) rm -rf $(PRIVATE_DIR) $@
1340 -o $(PRIVATE_DIR) && \
1342 $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \
1343 cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/tools/NOTICE.txt && \
1345 development/build/tools/sdk_clean.sh $(PRIVATE_DIR) && \
1346 chmod -R ug+rwX $(PRIVATE_DIR) && \
1348 ) || ( rm -rf $(PRIVATE_DIR) $@ && exit 44 )