[Unison-hackers] tiny patch

Ben Willmore bdeb at willmore.eu
Wed Mar 11 10:56:37 EDT 2009


I don't know my SVN password any more (or whether it would be
appropriate to use it). So here is a tiny patch which makes 'make
clean' work better by removing 'Info.plist' which is generated from a
template when Unison is built.

Ben

Index: Makefile
===================================================================
--- Makefile    (revision 317)
+++ Makefile    (working copy)
@@ -358,6 +358,7 @@
 clean::
        -(cd $(UIMACDIR); xcodebuild clean)
        -(cd $(UIMACDIR); $(RM) -r build ExternalSettings.xcconfig)
+       -(cd $(UIMACDIR); $(RM) Info.plist)
 endif

 checkin:


More information about the Unison-hackers mailing list