Changeset 45459 in vbox for trunk/Config.kmk
- Timestamp:
- Apr 10, 2013 3:24:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r45458 r45459 94 94 INST_SYS = $(INST_BIN) 95 95 INST_TESTCASE = $(INST_BIN)testcase/ 96 INST_ADDITIONS = $(INST_ BIN)additions/96 INST_ADDITIONS = $(INST_DIST)additions/ 97 97 INST_ADDITIONS_ISO = $(INST_BIN) 98 98 … … 284 284 # This indicates that additions (of some kind or another) is being _built_. 285 285 # VBOX_WITHOUT_ADDITIONS overrides it. 286 #if1of ($(KBUILD_TARGET), freebsd linux os2 solaris win) 287 if1of ($(KBUILD_TARGET), freebsd linux solaris win) 288 VBOX_WITH_ADDITIONS = 1 289 endif 286 VBOX_WITH_ADDITIONS = 1 290 287 # Build the optional ring-0 part of the additions for syntax checking. 291 288 # (Except when cross-building on linux since we're using /usr/src/...) … … 4823 4820 ifeq ($(KBUILD_TARGET),linux) # As few libs as possible on linux. 4824 4821 TEMPLATE_VBOXGUESTR3EXE_LIBS = pthread rt m dl 4825 else if1of ($(KBUILD_TARGET), freebsd netbsd openbsd)4822 else if1of ($(KBUILD_TARGET), darwin freebsd netbsd openbsd) 4826 4823 TEMPLATE_VBOXGUESTR3EXE_LIBS = $(TEMPLATE_VBOXR3EXE_LIBS) iconv 4827 4824 else ifeq ($(KBUILD_TARGET), solaris)
Note:
See TracChangeset
for help on using the changeset viewer.