From 0c60f67c1b5d3baab82b5c9e98dc83c4580aad9e Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sat, 10 Oct 2015 11:12:01 +1000 Subject: [PATCH] Makefile - less logging for dos2unix, unix2dos, archiving. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 540eb04..bacba92 100644 --- a/Makefile +++ b/Makefile @@ -396,7 +396,7 @@ dist-src: find $(DIST_DIR) -name '*.pm' | xargs $(UNIX2DOS) find $(DIST_DIR) -name '*.rc' | xargs $(UNIX2DOS) rm -f $(DIST_SRC_ZIP) - cd $(DIST_DIR)/.. && zip -rv9 $(DIST_SRC_ZIP) $(DIST_NAME) + cd $(DIST_DIR)/.. && zip -r9 $(DIST_SRC_ZIP) $(DIST_NAME) $(DOS2UNIX) $(DIST_DIR)/Makefile $(DOS2UNIX) $(DIST_DIR)/auto/Makefile $(DOS2UNIX) $(DIST_DIR)/config/*