[launchd-changes] [22917] trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 24 16:37:09 PDT 2006


Revision: 22917
          http://trac.macosforge.org/projects/launchd/changeset/22917
Author:   zarzycki at apple.com
Date:     2006-10-24 16:37:09 -0700 (Tue, 24 Oct 2006)

Log Message:
-----------
dSYM files are the the new cool.

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

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-10-23 21:34:48 UTC (rev 22916)
+++ trunk/Makefile	2006-10-24 23:37:09 UTC (rev 22917)
@@ -16,6 +16,9 @@
 	cp $(OBJROOT)/src/launchd $(SYMROOT)
 	cp $(OBJROOT)/src/launchctl $(SYMROOT)
 	cp $(OBJROOT)/src/launchproxy $(SYMROOT)
+	dsymutil $(SYMROOT)/launchd
+	dsymutil $(SYMROOT)/launchctl
+	dsymutil $(SYMROOT)/launchproxy
 endif
 
 launchd_libs:: install

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


More information about the launchd-changes mailing list