lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d93fdce 6/8: Halt on wx patch failure


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d93fdce 6/8: Halt on wx patch failure
Date: Thu, 18 May 2017 22:45:45 -0400 (EDT)

branch: master
commit d93fdce2dca3d1c06b6c7f47532c2f1359e0a73c
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Halt on wx patch failure
    
    Previously, make continued if a wx patch failed to apply; now it stops.
---
 install_wx.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_wx.make b/install_wx.make
index 6262220..1f43fe4 100644
--- a/install_wx.make
+++ b/install_wx.make
@@ -170,7 +170,7 @@ patchset        := wx-$(wx_version).patch
 
 .PHONY: all
 all: clobber $(source_archives)
-       -[ -e $(patchset) ] && $(PATCH) --directory=$(source_dir) --strip=1 
<$(patchset)
+       [ ! -e $(patchset) ] || $(PATCH) --directory=$(source_dir) --strip=1 
<$(patchset)
        $(MKDIR) --parents $(build_dir)
        $(MAKE) --file=$(this_makefile) --directory=$(build_dir) wx
        $(MAKE) --file=$(this_makefile) --directory=$(prefix)/bin 
portable_script



reply via email to

[Prev in Thread] Current Thread [Next in Thread]