Changeset 58441 in vbox for trunk/src/VBox
- Timestamp:
- Oct 28, 2015 10:15:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r58403 r58441 20 20 21 21 # Include sub-makefiles. 22 include $(PATH_SUB_CURRENT)/install_service/Makefile.kmk 23 ifdef VBOX_WITH_TESTCASES 24 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 25 endif 22 23 # We do not install VBoxHeadlessXOrg.sh any more, so neither of these are 24 # needed. 25 # 26 # include $(PATH_SUB_CURRENT)/install_service/Makefile.kmk 27 # ifdef VBOX_WITH_TESTCASES 28 # include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 29 # endif 26 30 27 31 ifneq ($(KBUILD_HOST),linux)
Note:
See TracChangeset
for help on using the changeset viewer.