소스 검색

Revert "do not delete _build/**/*.cmx files because those are needed for building plugins on OSX"

This reverts commit dbc5621143493f8f997a3d9d4e206a99e46db7ac.
Alexander Kuzmenko 7 년 전
부모
커밋
cb7637d524
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -212,7 +212,7 @@ package_unix:
 	mkdir -p $(PACKAGE_OUT_DIR)
 	mkdir -p $(PACKAGE_OUT_DIR)
 	rm -rf $(PACKAGE_FILE_NAME) $(PACKAGE_FILE_NAME).tar.gz
 	rm -rf $(PACKAGE_FILE_NAME) $(PACKAGE_FILE_NAME).tar.gz
 	#delete all content which was generated in _build dir except interfaces
 	#delete all content which was generated in _build dir except interfaces
-	# find _build/ -type f ! -name '*.cmi' -delete
+	find _build/ -type f ! -name '*.cmi' -delete
 	#add ocaml version to the _build dir
 	#add ocaml version to the _build dir
 	ocaml -version > _build/ocaml.version
 	ocaml -version > _build/ocaml.version
 	# Copy the package contents to $(PACKAGE_FILE_NAME)
 	# Copy the package contents to $(PACKAGE_FILE_NAME)