From 6075e477b871af668984f15455ebb4421d32264f Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 23 Nov 2011 15:45:21 -0600 Subject: [PATCH] For dist-src target, ensure Makefile line-endings are platform consistant. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 568ae59..6f01735 100644 --- a/Makefile +++ b/Makefile @@ -319,6 +319,7 @@ dist-src: find $(TARDIR) -name CVS -o -name .cvsignore | xargs $(RM) -r find $(TARDIR) -name .svn | xargs $(RM) -r find $(TARDIR) -name "*.patch" | xargs $(RM) -r + unix2dos $(TARDIR)/Makefile unix2dos $(TARDIR)/config/* unix2dos $(TARDIR)/auto/core/* unix2dos $(TARDIR)/auto/extensions/* @@ -335,6 +336,7 @@ dist-src: find $(TARDIR) -name '*.rc' | xargs unix2dos rm -f ../$(DIST_SRC_ZIP) cd .. && zip -rv9 $(DIST_SRC_ZIP) $(DIST_DIR) + dos2unix $(TARDIR)/Makefile dos2unix $(TARDIR)/config/* dos2unix $(TARDIR)/auto/core/* dos2unix $(TARDIR)/auto/extensions/*