summaryrefslogtreecommitdiff
path: root/Makefile.kmk
Commit message (Collapse)AuthorAgeFilesLines
* /Makefile.kmk,tools/Makefile.kmk: Build fix. bugref:10442vboxsync2023-05-111-2/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99761 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Makefile.kmk: parfait returns with a status code of 1 when there were some ↵vboxsync2023-05-111-1/+2
| | | | | | new reports compared to the baseline, don't mark this as a build error, bugref:3409 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99757 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: doxygen corrections (mostly about removing @returns from functions ↵vboxsync2023-05-111-2/+13
| | | | | | returning void). git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: validationkit-build-linux.rsync-into-vm needs to get the ↵vboxsync2023-05-101-0/+2
| | | | | | VirtualBox.xidl file over so IPRT can generate status code info from it. bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99722 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Build the sdk w/o using any of the truly ancient jails. ↵vboxsync2023-05-101-1/+1
| | | | | | bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99721 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: sdk build fixes and rsync optimizations. bugref:10442vboxsync2023-05-101-3/+9
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99718 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Exclude more stuff from rsync into the linux build VM to save ↵vboxsync2023-05-101-4/+55
| | | | | | space. bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99716 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *.kmk: Changed the VBOX_ONLY_SDK_ON_WINDOWS for VBOX_ONLY_SDK_ON_HOST and ↵vboxsync2023-05-101-14/+92
| | | | | | VBOX_ONLY_SDK_IN_VM and added proper sdk-fetch, sdk-build and sdk-package targets to the root makefile. Adjusted packing in the installer makefile as well (a bit crude, just zipping up the linux then the windows sdk directories into a single zip file). bugref:10442 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99715 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *.kmk: Added a VBOX_DOXYGEN variable for controlling which doxygen binary we ↵vboxsync2023-05-091-1/+1
| | | | | | use. bugref:10442 bugref:10424 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99709 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *.kmk: More SDK makefile cleanups. bugref:10442vboxsync2023-05-091-118/+114
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99706 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *kmk: VBOX_ONLY_SDK_ON_WINDOWS changes and cleanups. bugref:10442vboxsync2023-05-091-6/+9
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99701 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Makefile.kmk: Allow comparison with a baseline when running a parfait build, ↵vboxsync2023-05-051-0/+1
| | | | | | bugref:3409 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99641 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Config.kmk,Makefile.kmk,tools/Makefile.kmk: Set up the parfait toolchain as ↵vboxsync2023-05-051-1/+1
| | | | | | a tools package and make it easier to run the static code analysis for users, bugref:3409 [scm fix] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99626 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Config.kmk,Makefile.kmk,tools/Makefile.kmk: Set up the parfait toolchain as ↵vboxsync2023-05-051-0/+23
| | | | | | a tools package and make it easier to run the static code analysis for users, bugref:3409 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99624 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Config.kmk,/Makefile.kmk: VBOX_QT_DBG for debug build support.vboxsync2023-04-181-5/+5
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99445 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Disassember,*: Start separating the disassembler into a architecture ↵vboxsync2023-03-301-1/+1
| | | | | | specific and common part, bugref:10394 [doxygen fixes] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99233 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *.kmk: Applied scm with new indenting of multiline variable/function ↵vboxsync2023-03-181-42/+42
| | | | | | expansions in variable assignments. bugref:10348 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99040 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: additions-build-win.amd64 no longer needs to depend on ↵vboxsync2023-03-131-12/+2
| | | | | | additions-build-win.x86 for packing. bugref:10348 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98947 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Docs: Removing CHM related bits.vboxsync2023-03-131-6/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98932 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Makefile.kmk: Attempt at building and packaging the validationkit on arm64, ↵vboxsync2023-03-121-1/+1
| | | | | | bugref:9898 [scm fix] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98920 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Makefile.kmk: Attempt at building and packaging the validationkit on arm64, ↵vboxsync2023-03-121-1/+19
| | | | | | bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98919 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /*.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-021-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98445 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Automatic scm cleanups. bugref:10348vboxsync2023-02-011-549/+549
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98408 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Don't complain about gcc version when Qt5 isn't used (S10).vboxsync2022-12-291-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97892 cfe28804-0f27-0410-a406-dd0f0b0b656f
* VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest ↵vboxsync2022-09-211-0/+1
| | | | | | logging using the CPUID instruction. This is mainly intended for development use and not enabled by default. Require updating host drivers. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96811 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-9/+19
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Recording: Removed support for Opus. bugref:10275vboxsync2022-08-181-2/+0
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96285 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Skip tools/otheros/ and tools/otheros.arm64/ when rsyncing. ↵vboxsync2022-05-061-1/+3
| | | | | | bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94894 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile,Puel: Adjustments for including darwin.arm64 into the extpack. ↵vboxsync2022-05-051-1/+18
| | | | | | bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94870 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Installer/darwin: Fix Qt6 framework version during packaging if ↵vboxsync2022-05-051-1/+1
| | | | | | VBOX_WITH_QT6 is defined, bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94859 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Process .h files under VMM.vboxsync2022-04-151-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94621 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Doxyfile.Core,/Makefile.kmk: Do IEM*cpp.cpp.h files.vboxsync2022-04-151-0/+4
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94618 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk,/Config.kmk: Adjusted the qt5-bin target for qt6 on darwin. ↵vboxsync2022-03-031-22/+32
| | | | | | bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94073 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841vboxsync2022-01-181-0/+28
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93322 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: spaces -> tab; r147583vboxsync2021-10-211-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@91981 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Tweaked VBOX_RSYNC_IN_FN to save space in the solaris VM, it ↵vboxsync2021-10-171-0/+2
| | | | | | doesn't need openwatcom (no binaries). None of the VMs does doxygen builds AFAIK, so skip plantuml. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@91797 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk,Puel: Only build the extpack QM-files on the host build box ↵vboxsync2021-10-141-11/+17
| | | | | | (i.e. windows). bugref:1909 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@91730 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Only prepend VBOX_JAVA_BIN_PATH to PATH when executing ↵vboxsync2021-06-201-1/+2
| | | | | | doxygen iff the java version there is 1.7 or later. Current plantuml.jar is built targeting 1.7. bugref:9890 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89799 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more easily ↵vboxsync2021-06-191-1/+1
| | | | | | add the directory with 'java' to the path for doxygen/plantuml.jar. [fix] bugref:9890 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89792 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more easily ↵vboxsync2021-06-191-1/+2
| | | | | | add the directory with 'java' to the path for doxygen/plantuml.jar. bugref:9890 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89791 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Add PLANTUML_JAR_PATH to Doxyfile.Core. bugref:9890vboxsync2021-06-191-0/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89785 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Another shot at limiting what ↵vboxsync2021-06-141-0/+4
| | | | | | additions-build-darwin*rsync-into-vm considers. bugref:10008 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89665 cfe28804-0f27-0410-a406-dd0f0b0b656f
* /Makefile.kmk: Another shot at limiting what ↵vboxsync2021-06-131-0/+20
| | | | | | additions-build-darwin*rsync-into-vm considers. bugref:10008 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89663 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Audio/ValKit: Ship VKAT as part of the Linux host + guest installers [build ↵vboxsync2021-06-111-8/+0
| | | | | | fix, try to include files on rsync build box jobs -- make it build first, optimize later]. bugref:10008 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89633 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Audio/ValKit: Ship VKAT as part of the Linux host + guest installers [build ↵vboxsync2021-06-111-4/+4
| | | | | | fix, try to include files on rsync build box jobs, take #2]. bugref:10008 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89631 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Audio/ValKit: Ship VKAT as part of the Linux host + guest installers [build ↵vboxsync2021-06-111-1/+4
| | | | | | fix, try to include files on rsync build box jobs]. bugref:10008 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@89630 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Config.kmk, Makefile.kmk: bugref:9532: Excessive xcb legacy stuff which was ↵vboxsync2021-04-071-14/+0
| | | | | | necessary for Qt 5.6.x. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@88400 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Makefile.kmk: bugref:9532: Linux: Resolving library name conflicts for ↵vboxsync2021-04-011-1/+1
| | | | | | hardened build when Qt tool contains .debug files as well. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@88349 cfe28804-0f27-0410-a406-dd0f0b0b656f