VirtualBox

Changeset 8222 in vbox


Ignore:
Timestamp:
Apr 21, 2008 12:16:59 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29941
Message:

Try using GNU strip.

File:
1 edited

Legend:

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

    r8216 r8222  
    103103        @#$(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/vboxguest,)
    104104        $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/additions/VBoxClient                                         $(SOLARISINSTDIR)/VBoxClient
    105         $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/VBoxClient,)
     105        $(QUIET)$(if $(VBOX_DO_STRIP),/usr/sfw/bin/gstrip $(SOLARISINSTDIR)/VBoxClient,)
    106106        $(QUIET)$(INSTALL) -m 0755 $(PATH_BIN)/additions/VBoxService                                        $(SOLARISINSTDIR)/VBoxService
    107         $(QUIET)$(if $(VBOX_DO_STRIP),strip $(SOLARISINSTDIR)/VBoxService,)
     107        $(QUIET)$(if $(VBOX_DO_STRIP),/usr/sfw/bin/gstrip $(SOLARISINSTDIR)/VBoxService,)
    108108        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/vboxvideo_drv_13.so                                       $(SOLARISINSTDIR)/vboxvideo_drv_13.so
    109109        $(QUIET)$(BIN_COPY) $(PATH_BIN)/additions/vboxvideo_drv_14.so                                       $(SOLARISINSTDIR)/vboxvideo_drv_14.so
Note: See TracChangeset for help on using the changeset viewer.

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