VirtualBox

Changeset 91699 in vbox for trunk


Ignore:
Timestamp:
Oct 12, 2021 6:43:45 PM (3 years ago)
Author:
vboxsync
Message:

debian/rules: More un-breaking the debian package building, by remembering the VirtualBox source code location across the make invocation changing the current directory to the out directory as needed by the debhelper utilities. The normal logic for finding the source code location from $PWD cannot work any more.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/rules

    r90414 r91699  
    8686        mkdir -p $(bldbase)
    8787        ln -sf $(addprefix $(debroot)/debian/,$(DEBPKGFILES)) $(bldbase)
    88         +$(MAKE) -C $(outdir) -f debian/rules $(cmd)
     88        +$(MAKE) -C $(outdir) vboxroot=$(vboxroot) -f debian/rules $(cmd)
    8989
    9090Makefile:
  • trunk/src/VBox/Installer/linux/debian/rules

    r90414 r91699  
    9494        mkdir -p $(bldbase)
    9595        ln -sf $(addprefix $(debroot)/debian/,$(DEBPKGFILES)) $(bldbase)
    96         +$(MAKE) -C $(outdir) -f debian/rules $(cmd)
     96        +$(MAKE) -C $(outdir) vboxroot=$(vboxroot) -f debian/rules $(cmd)
    9797
    9898Makefile:
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