VirtualBox

Changeset 57793 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Sep 16, 2015 7:09:39 PM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: additional convenience settings and documentation for RPM builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r57792 r57793  
    2121#                   either the subversion rev [if available] or the build date)
    2222#  NODOCS=1         don't build docs, use precompiled UserManual.pdf and
    23 #                   VirtualBox.chm from $HOME
     23#                   VirtualBox.chm from $(vboxroot)/prebuild
    2424#  NOMODS=1         don't build any module
    2525#  NOQT=1           don't build the Qt GUI
     
    3333#  PKGDIR=<path>    where to store the final package(s)
    3434#  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.
    3542
    3643ifeq ($(wildcard rpm/rules),)
     
    6976NOQT     ?= $(HEADLESS)
    7077NOWEBSVC ?= $(ose)
     78NODOCS   ?= $(if $(wildcard $(vboxroot)/prebuild/UserManual*.pdf),$(if $(wildcard $(vboxroot)/prebuild/VirtualBox*.chm),1,),)
     79STAGEDISO ?= $(if $(wildcard $(vboxroot)/prebuild/VBoxGuestAdditions.iso),$(vboxroot)/prebuild,)
    7180NOWINE   := $(if $(NODOCS),$(if $(STAGEDISO),1,),)$(ose)
    7281
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