Preserve symlinked OUT_DIR by only clearing contents

Change-Id: I824ecd46d7fd31885024ff20cf5cbd52e2cbb713
This commit is contained in:
Alan Viverette 2014-03-24 17:24:35 -07:00
parent eed8e1a2f6
commit 38568b424d

View file

@ -1033,7 +1033,7 @@ findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET)
.PHONY: clean
clean:
@rm -rf $(OUT_DIR)
@rm -rf $(OUT_DIR)/*
@echo "Entire build directory removed."
.PHONY: clobber