[launchd-changes] [23146] trunk/launchd/src

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 8 15:01:26 PST 2007


Revision: 23146
          http://trac.macosforge.org/projects/launchd/changeset/23146
Author:   zarzycki at apple.com
Date:     2007-03-08 15:01:26 -0800 (Thu, 08 Mar 2007)

Log Message:
-----------
Let's make dsym debugging work for Libsystem.

Modified Paths:
--------------
    trunk/launchd/src/Makefile.am
    trunk/launchd/src/Makefile.in

Modified: trunk/launchd/src/Makefile.am
===================================================================
--- trunk/launchd/src/Makefile.am	2007-03-07 22:53:40 UTC (rev 23145)
+++ trunk/launchd/src/Makefile.am	2007-03-08 23:01:26 UTC (rev 23146)
@@ -29,6 +29,9 @@
 	cp liblaunch.a $(DESTDIR)/usr/local/lib/system
 	cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a
 	cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a
+	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a
+	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a
+	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a
 
 else
 

Modified: trunk/launchd/src/Makefile.in
===================================================================
--- trunk/launchd/src/Makefile.in	2007-03-07 22:53:40 UTC (rev 23145)
+++ trunk/launchd/src/Makefile.in	2007-03-08 23:01:26 UTC (rev 23146)
@@ -1066,6 +1066,9 @@
 @LIBS_ONLY_TRUE@	cp liblaunch.a $(DESTDIR)/usr/local/lib/system
 @LIBS_ONLY_TRUE@	cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a
 @LIBS_ONLY_TRUE@	cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a
+ at LIBS_ONLY_TRUE@	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a
+ at LIBS_ONLY_TRUE@	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a
+ at LIBS_ONLY_TRUE@	dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a
 
 @LIBS_ONLY_FALSE at launchd_runtime.c:: notifyServer.h launchd_internal.h
 @LIBS_ONLY_FALSE at launchd_core_logic.c:: protocol_vproc.h job_reply.h protocol_vprocServer.h

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


More information about the launchd-changes mailing list