Changeset 57793 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Sep 16, 2015 7:09:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r57792 r57793 21 21 # either the subversion rev [if available] or the build date) 22 22 # NODOCS=1 don't build docs, use precompiled UserManual.pdf and 23 # VirtualBox.chm from $ HOME23 # VirtualBox.chm from $(vboxroot)/prebuild 24 24 # NOMODS=1 don't build any module 25 25 # NOQT=1 don't build the Qt GUI … … 33 33 # PKGDIR=<path> where to store the final package(s) 34 34 # BLEEDING_EDGE=xyz 35 # svn_revision=xxx do not depend on subversion being available, but use this 36 # hard-coded revision number instead 37 # 38 # NODOCS will also be set if UserManual*.pdf and VirtualBox*.chm are placed in 39 # $(vboxroot)/prebuild. STAGEDISO will be set if VBoxGuestAdditions.iso is 40 # placed there. Wine will not be required to be available if both NODOCS and 41 # STAGEDISO are set. 35 42 36 43 ifeq ($(wildcard rpm/rules),) … … 69 76 NOQT ?= $(HEADLESS) 70 77 NOWEBSVC ?= $(ose) 78 NODOCS ?= $(if $(wildcard $(vboxroot)/prebuild/UserManual*.pdf),$(if $(wildcard $(vboxroot)/prebuild/VirtualBox*.chm),1,),) 79 STAGEDISO ?= $(if $(wildcard $(vboxroot)/prebuild/VBoxGuestAdditions.iso),$(vboxroot)/prebuild,) 71 80 NOWINE := $(if $(NODOCS),$(if $(STAGEDISO),1,),)$(ose) 72 81
Note:
See TracChangeset
for help on using the changeset viewer.