Home | History | Annotate | Download | only in core

Lines Matching refs:PRIVATE_DIR

404 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
407 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
408 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
409 $$(hide) for file in $$$$(find $$(PRIVATE_DIR)/src -type f); do \
411 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
419 $$(hide) find $$(PRIVATE_DIR)/hash -type f | xargs cat | sort | \
420 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1:" >> $$@
424 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
429 sed -e "s:$$(PRIVATE_DIR
453 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
455 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: <a name=\"\1\"></a>:" >> \
461 sed -e "s:$$(PRIVATE_DIR)/src\(.*\)\.txt: \1<br/>:" >> $$@; \
1298 $(INTERNAL_SDK_TARGET): PRIVATE_DIR := $(sdk_dir)/$(sdk_name)
1308 $(hide) rm -rf $(PRIVATE_DIR) $@
1326 -o $(PRIVATE_DIR) && \
1328 $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \
1329 cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/tools/NOTICE.txt && \
1331 development/build/tools/sdk_clean.sh $(PRIVATE_DIR) && \
1332 PRIVATE_DIR) && \
1334 ) || ( rm -rf $(PRIVATE_DIR) $@ && exit 44 )