VirtualBox

Changeset 31852 in vbox for trunk


Ignore:
Timestamp:
Aug 23, 2010 8:44:22 AM (14 years ago)
Author:
vboxsync
Message:

configure/Config.kmk: build docs for OSE when on Linux

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r31758 r31852  
    835835 VBOX_WITH_SECURELABEL=
    836836 VBOX_WITH_KCHMVIEWER=
    837  VBOX_WITH_DOCS=
    838  VBOX_WITH_DOCS_PACKING=
     837 ifn1of ($(KBUILD_TARGET), linux)
     838  VBOX_WITH_DOCS=
     839  VBOX_WITH_DOCS_PACKING=
     840 endif
    839841 VBOX_WITH_TESTSUITE=
    840842 VBOX_WITH_INTEL_PXE=
  • trunk/configure

    r31848 r31852  
    8989WITH_HARDENING=1
    9090WITH_VDE=0
     91WITH_DOCS=1
    9192BUILD_LIBXML2=
    9293BUILD_LIBXSLT=
     
    20942095[ $WITH_OPENGL  -eq 1 ] && echo "  --disable-opengl         disable OpenGL support (2D & 3D)"
    20952096[ $WITH_GSOAP   -eq 0 ] && echo "  --enable-webservice      enable the webservice stuff"
     2097[ $WITH_DOCS    -eq 1 ] && echo "  --disable-docs           don't build the documentation"
    20962098[ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo "  --enable-vde             enable VDE networking"
    20972099cat << EOF
     
    22602262    --disable-hardening)
    22612263      WITH_HARDENING=0
     2264      ;;
     2265    --disable-docs)
     2266      WITH_DOCS=0
    22622267      ;;
    22632268    --enable-hardening)
     
    25202525    cnf_append "VBOX_WITH_VDE" "1"
    25212526  fi
     2527fi
     2528
     2529# DOCS
     2530if [ $WITH_DOCS -eq 0 ]; then
     2531  cnf_append "VBOX_WITH_DOCS" ""
     2532  cnf_append "VBOX_WITH_DOCS_PACKING" ""
    25222533fi
    25232534
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