Skip to content

Instantly share code, notes, and snippets.

@jef-n
Created January 26, 2013 21:45
Show Gist options
  • Save jef-n/4644825 to your computer and use it in GitHub Desktop.
Save jef-n/4644825 to your computer and use it in GitHub Desktop.
diff --git a/gdal/ogr/ogrsf_frmts/makefile.vc b/gdal/ogr/ogrsf_frmts/makefile.vc
index 03c3fa9..0e77702 100644
--- a/gdal/ogr/ogrsf_frmts/makefile.vc
+++ b/gdal/ogr/ogrsf_frmts/makefile.vc
@@ -236,8 +236,7 @@ default:
..\..\frmts\sdts\sdtsxref.obj
plugindirs:
- @echo plugins: $(PLUGINDIRLIST)
- for %d in ( $(PLUGINDIRLIST) ) do \
+ -for %d in ( $(PLUGINDIRLIST) ) do \
cd %d \
&& $(MAKE) /f makefile.vc plugin \
&& cd .. \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment