Kaynağa Gözat

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

Alexander Kuzmenko 7 yıl önce
ebeveyn
işleme
dbc5621143
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)