Changeset 2614 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 14, 2007 9:16:46 AM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux
- Files:
-
- 14 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile.kmk
r2478 r2614 30 30 daemon \ 31 31 xgraphics \ 32 xmouse 33 ifndef VBOX_OSE 34 SUBDIRS += \ 32 xmouse \ 35 33 sharedfolders \ 36 34 xclient 37 endif38 35 endif 39 36 … … 69 66 $(PATH_BIN)/additions/vboxvideo_drv_70.so \ 70 67 $(PATH_BIN)/additions/vboxvideo_drv_71.so \ 71 $(if VBOX_OSE,,installer/vboxvfs.sh $(PATH_BIN)/additions/mountvboxsf)\68 installer/vboxvfs.sh $(PATH_BIN)/additions/mountvboxsf \ 72 69 $(VBOX_VERSION_STAMP) 73 70 $(call MSG_L1,Creating $@) … … 96 93 $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_70.so $(PATH_TARGET)/install/vboxvideo_drv_70.so 97 94 $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/vboxvideo_drv_71.so $(PATH_TARGET)/install/vboxvideo_drv_71.so 98 ifndef VBOX_OSE99 95 $(QUIET)$(INSTALL) -m 0755 installer/vboxvfs.sh $(PATH_TARGET)/install 100 96 $(QUIET)objcopy -S -R .comment $(PATH_BIN)/additions/mountvboxsf $(PATH_TARGET)/install/mount.vboxsf 101 endif102 97 $(QUIET)$(VBOX_MAKESELF) $(PATH_TARGET)/install $@ \ 103 98 "VirtualBox $(VBOX_VERSION_STRING) Guest Additions for Linux installation" /bin/sh ./install.sh "> /dev/null"
Note:
See TracChangeset
for help on using the changeset viewer.