Projects
Browse Source     Search     Timeline     Wiki

Changeset 23146

Show
Ignore:
Timestamp:
03/08/07 15:01:26 (21 months ago)
Author:
zarzycki@…
Message:

Let's make dsym debugging work for Libsystem.

Location:
trunk/launchd/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/Makefile.am

    r23134 r23146  
    3030        cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a 
    3131        cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a 
     32        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a 
     33        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a 
     34        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a 
    3235 
    3336else 
  • trunk/launchd/src/Makefile.in

    r23134 r23146  
    10671067@LIBS_ONLY_TRUE@        cp liblaunch.a $(DESTDIR)/usr/local/lib/system/liblaunch_debug.a 
    10681068@LIBS_ONLY_TRUE@        cp liblaunch_profile.a $(DESTDIR)/usr/local/lib/system/liblaunch_profile.a 
     1069@LIBS_ONLY_TRUE@        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch.a.dSYM liblaunch.a 
     1070@LIBS_ONLY_TRUE@        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_debug.a.dSYM liblaunch.a 
     1071@LIBS_ONLY_TRUE@        dsymutil --out=$(DESTDIR)/usr/local/lib/system/liblaunch_profile.a.dSYM liblaunch_profile.a 
    10691072 
    10701073@LIBS_ONLY_FALSE@launchd_runtime.c:: notifyServer.h launchd_internal.h