[postgis-tickets] r14412 - take out dos2unix call, shouldn't need it for master since git attributes has been added

Regina Obe lr at pcorp.us
Sat Nov 21 09:05:50 PST 2015


Author: robe
Date: 2015-11-21 09:05:49 -0800 (Sat, 21 Nov 2015)
New Revision: 14412

Modified:
   buildbots/windows/mingw64/scripts/build_pointcloud.sh
Log:
take out dos2unix call, shouldn't need it for master since git attributes has been added

Modified: buildbots/windows/mingw64/scripts/build_pointcloud.sh
===================================================================
--- buildbots/windows/mingw64/scripts/build_pointcloud.sh	2015-11-21 10:14:02 UTC (rev 14411)
+++ buildbots/windows/mingw64/scripts/build_pointcloud.sh	2015-11-21 17:05:49 UTC (rev 14412)
@@ -53,10 +53,10 @@
 	#export PATH="${PGPATH}:${PATHOLD}:${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin" #${PROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin: 
 	#git clone -b master https://github.com/pramsey/pointcloud.git
 	cd pointcloud
-    dos2unix configure.ac
-    dos2unix autogen.sh
-    dos2unix config.mk.in
-    dos2unix lib/pc_config.h.in
+    # dos2unix configure.ac
+    # dos2unix autogen.sh
+    # dos2unix config.mk.in
+    # dos2unix lib/pc_config.h.in
 	if [ -e ./GNUMakefile ]; then
 		#make distclean
 		make clean



More information about the postgis-tickets mailing list