Changeset 3497

Show
Ignore:
Timestamp:
01/13/06 19:58:27 (3 years ago)
Author:
morris
Message:

Remove debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj

    r3496 r3497  
    289289                A503369C0865AA5E00CE6911 /* preinstall */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = preinstall; path = Package/Resources/preinstall; sourceTree = "<group>"; }; 
    290290                A503369D0865AA5E00CE6911 /* preupgrade */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = preupgrade; path = Package/Resources/preupgrade; sourceTree = "<group>"; }; 
     291                A519E5E609782F18002A9A5C /* wired */ = {isa = PBXFileReference; lastKnownFileType = folder; path = wired; sourceTree = "<group>"; }; 
    291292                A540687705CDC46100068FBB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 
    292293                A5992BEF0729917600E67617 /* WCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCConfig.h; sourceTree = "<group>"; }; 
     
    542543                        children = ( 
    543544                                A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */, 
     545                                A519E5E609782F18002A9A5C /* wired */, 
    544546                        ); 
    545547                        name = Subprojects; 
  • WiredServer/trunk/wired.sh

    r3496 r3497  
    5353                mkdir -p "$j/$OBJDIR" 
    5454 
    55                 ls -l "$j/config.h" 
    56                 echo ln -sf "$CONFIG_H" "$j/config.h" 
    57  
    5855                ln -sf "$CONFIG_H" "$j/config.h" 
    5956                ln -sf "$CONFIG_STATUS" "$j/config.status" 
    6057                ln -sf "$MAKEFILE" "$j/Makefile" 
    6158                ln -sf "$OBJDIR" "$j/obj" 
    62  
    63                 ls -l "$j/config.h" 
    6459        done 
    6560