VirtualBox

Changeset 8226 in vbox for trunk


Ignore:
Timestamp:
Apr 21, 2008 1:50:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29952
Message:

Try using truss to trace whats going on with strip on NFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Makefile.kmk

    r8224 r8226  
    102102        $(QUIET)$(INSTALL) -m 0644 $(PATH_BIN)/additions/vboxguest                                          $(SOLARISINSTDIR)/vboxguest
    103103        @#$(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,)
    104         $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxClient                                                $(SOLARISINSTDIR)/VBoxClient
    105         $(QUIET)chmod 0755 $(SOLARISINSTDIR)/VBoxClient
    106         $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/VBoxService                                               $(SOLARISINSTDIR)/VBoxService
    107         $(QUIET)chmod 0755 $(SOLARISINSTDIR)/VBoxService
     104        $(INSTALL) -m 0755 $(PATH_BIN)/additions/VBoxClient                                                 $(SOLARISINSTDIR)/VBoxClient
     105        truss strip $(SOLARISINSTDIR)/VBoxClient
     106        $(INSTALL) -m 0755 $(PATH_BIN)/additions/VBoxService                                                $(SOLARISINSTDIR)/VBoxService
     107        truss strip $(SOLARISINSTDIR)/VBoxService
    108108        $(QUIET)$(if $(VBOX_DO_STRIP),/usr/sfw/bin/gstrip $(SOLARISINSTDIR)/VBoxService,)
    109109        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/vboxvideo_drv_13.so                                       $(SOLARISINSTDIR)/vboxvideo_drv_13.so
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette