VirtualBox

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/src/VBox/Installer/linux/debian/rules

    r92273 r92590  
    5959instlin  := $(vboxroot)/src/VBox/Installer/linux
    6060pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    61 outdir   := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot))/out
     61outdir   := $(if $(PATH_OUT_BASE),$(PATH_OUT_BASE),$(vboxroot)/out)
    6262bldbase  := $(outdir)/debian
    6363builddir := $(bldbase)/builddir
     
    134134    --disable-extpack
    135135
    136 bld_flags := AUTOCFG=$(bldbase)/AutoConfig.kmk \
    137     LOCALCFG=$(debroot)/debian/LocalConfig.kmk \
     136bld_flags := LOCALCFG=$(debroot)/debian/LocalConfig.kmk \
    138137    PATH_OUT=$(builddir) \
    139138    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