Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 50fb716

Browse files
committed
VBox/Makefile.kmk: Omit building ImageMounter when VBOX_WITH_MAIN is not defined.
svn:sync-xref-src-repo-rev: r171415
1 parent 528af10 commit 50fb716

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/VBox/Makefile.kmk‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.kmk 111655 2025-11-12 10:48:43Z alexander.eichner@oracle.com $
1+
# $Id: Makefile.kmk 111765 2025-11-17 15:59:07Z ramshankar.venkataraman@oracle.com $
22
## @file
33
# Top-level makefile for src/VBox.
44
#
@@ -109,7 +109,9 @@ else
109109
if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS))
110110
include $(PATH_SUB_CURRENT)/ExtPacks/Makefile.kmk
111111
endif
112-
include $(PATH_SUB_CURRENT)/ImageMounter/Makefile.kmk
112+
ifdef VBOX_WITH_MAIN
113+
include $(PATH_SUB_CURRENT)/ImageMounter/Makefile.kmk
114+
endif
113115
if defined(VBOX_WITH_INSTALLER) && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != ""
114116
include $(PATH_SUB_CURRENT)/Installer/Makefile.kmk # Keep this last.
115117
endif

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /