VirtualBox

Changeset 92590 in vbox for trunk/debian


Ignore:
Timestamp:
Nov 24, 2021 10:32:04 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148474
Message:

configure, debian/rules, rpm/rules: Fix AUTOCFG handing in configure, eliminating the need to pass it in the build command line. Also fix the out directory handling when it is overridden. In that case there is no additional out subdirectory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r92273 r92590  
    5353instlin  := $(vboxroot)/src/VBox/Installer/linux
    5454pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    55 outdir   := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out
     55outdir   := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot)/out)
    5656bldbase  := $(outdir)/debian
    5757builddir := $(bldbase)/builddir
     
    111111    --disable-extpack
    112112
    113 bld_flags := AUTOCFG=$(bldbase)/AutoConfig.kmk \
    114     LOCALCFG=$(debroot)/debian/LocalConfig.kmk \
     113bld_flags := LOCALCFG=$(debroot)/debian/LocalConfig.kmk \
    115114    PATH_OUT=$(builddir) \
    116115    VBOX_WITHOUT_EXTPACK_PUEL_PACKING=1 \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette