[Unison-hackers] [unison-svn] r525 - trunk/src

schmitta at seas.upenn.edu schmitta at seas.upenn.edu
Thu Jul 18 05:37:09 EDT 2013


Author: schmitta
Date: 2013-07-18 05:37:09 -0400 (Thu, 18 Jul 2013)
New Revision: 525

Modified:
   trunk/src/Makefile
Log:
make clean on OS X for text interface should not clean the xcode stuff

Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2013-07-15 13:04:29 UTC (rev 524)
+++ trunk/src/Makefile	2013-07-18 09:37:09 UTC (rev 525)
@@ -366,7 +366,7 @@
 	$(MAKE) -C ubase clean
 	$(MAKE) -C lwt clean
 
-ifeq (${OSARCH},osx)
+ifneq ($(strip $(UIMACDIR)),)
 clean::
 	-(cd $(UIMACDIR); xcodebuild clean)
 	-(cd $(UIMACDIR); $(RM) -r build ExternalSettings.xcconfig)



More information about the Unison-hackers mailing list