diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-29 21:37:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-29 21:37:53 -0700 |
commit | e60d0456f59c76ad786bc8f8065fbe84e6cae922 (patch) | |
tree | 168276550cdaa7e9f9916f960619a55010903111 | |
parent | 48074131ad05b4646e5d2dcf30ba4a1d17e249f8 (diff) |
Capture windows build error messages
-rw-r--r-- | telegps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/Makefile.am b/telegps/Makefile.am index 87d8a66a..f140512d 100644 --- a/telegps/Makefile.am +++ b/telegps/Makefile.am @@ -277,7 +277,7 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) Makefile $(WINDOWS_DIST): $(WINDOWS_FILES) telegps-windows.nsi -rm -f $@ - makensis -Otelegps-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" telegps-windows.nsi + makensis -Otelegps-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" telegps-windows.nsi || cat telegps-windows.log && exit 1 Manifest.txt: Makefile echo 'Main-Class: org.altusmetrum.telegps.TeleGPS' > $@ |