Kaydet (Commit) 51c0214d authored tarafından Jian Fang Zhang's avatar Jian Fang Zhang

119534: fix rebuild problem by making dmake clean command also clean up ext_libraries/*/INPATH

Patch by: zhangjf
üst 7c7983b2
......@@ -61,6 +61,9 @@ distclean .PHONY: clean
clean .PHONY:
-rm -rf */$(INPATH)
-rm -rf solver/*/$(INPATH)
.IF "$(ADDITIONAL_REPOSITORIES)"!=""
-rm -rf $(foreach,f,$(ADDITIONAL_REPOSITORIES) $f/*/$(INPATH))
.ENDIF
.IF "$(BUILD_DMAKE)"!="NO"
-echo cleaning up dmake...
-$(GNUMAKE) -C dmake clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment