[launchd-changes] [22837] trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 6 09:20:23 PDT 2006


Revision: 22837
Author:   zarzycki at apple.com
Date:     2006-09-06 09:20:21 -0700 (Wed, 06 Sep 2006)

Log Message:
-----------
The compiler getting better and better at inlining and tail call optimization, which makes backtraces more and more nonsensical.

Time to start saving off symbols...

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-08-30 17:00:01 UTC (rev 22836)
+++ trunk/Makefile	2006-09-06 16:20:21 UTC (rev 22837)
@@ -13,6 +13,9 @@
 	mkdir -p $(DSTROOT)/Library/StartupItems
 	chmod 755 $(DSTROOT)/Library/StartupItems
 	rm -rf $(DSTROOT)/usr/local/lib/system
+	cp $(OBJROOT)/src/launchd $(SYMROOT)
+	cp $(OBJROOT)/src/launchctl $(SYMROOT)
+	cp $(OBJROOT)/src/launchproxy $(SYMROOT)
 endif
 
 launchd_libs:: install

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20060906/5be7dc59/attachment.html


More information about the launchd-changes mailing list