- Timestamp:
- May 7, 2008 5:39:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r8660 r8674 30 30 SOLARIS_INST_DIR := $(PATH_TARGET)/install 31 31 SOLARIS_DBG_DIR := $(PATH_TARGET)/installdbg 32 SOL_DBG_OBJCOPY := /usr/sfw/bin/gobjcopy -p --only-keep-debug32 SOL_DBG_OBJCOPY := $(CP) -p # Solaris ld/gobjcopy(2.15) don't get along on x86, works only on amd64. So just using cp for now. 33 33 PKGINFO_ARCH = $(shell uname -p) 34 34 PKG_FILENAME = VirtualBox-$(VBOX_VERSION_STRING)-SunOS-$(BUILD_TARGET_ARCH)-r$(VBOX_SVN_REV)
Note:
See TracChangeset
for help on using the changeset viewer.