Changeset 13443 in vbox
- Timestamp:
- Oct 21, 2008 1:41:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r13408 r13443 742 742 $(PATH_LIB)/RuntimeR3L4$(VBOX_SUFF_LIB) 743 743 744 # 745 # HACK ALLERT! Make testcase run during build on SELinux boxes. 746 # Create a dummy DLL that ensure that VBoxRT is installed 747 # during the DLL pass and cleaned up later. 748 # 749 ifeq ($(KBUILD_TARGET),linux) 750 if1of (VBoxRT, $(DLLS)) 751 ifneq ($(wildcard /usr/bin/chcon),) 752 VBoxRT_NOINST = true 753 754 DLLS += VBoxRTDummy 755 VBoxRTDummy_TEMPLATE = VBOXR3 756 VBoxRTDummy_NOINST = true 757 VBoxRTDummy_LIBS = $(PATH_BIN)/VBoxRT.so 758 VBoxRTDummy_CLEAN= $(PATH_BIN)/VBoxRT.so 759 760 $(PATH_BIN)/VBoxRT.so: $$(TARGET_VBoxRT) | $$(dir $$@) 761 $(INSTALL) $< $@ 762 chcon -t texrel_shlib_t $@ || true 763 764 endif # chcon present. 765 endif # building VBoxRT 766 endif # linux 744 767 745 768 # … … 1426 1449 1427 1450 1428 ifneq ($(wildcard /usr/bin/chcon),)1429 # this is needed for testcases executed at build time1430 ## @todo Make a special installer tool that does this.1431 $(PATH_BIN)/VBoxRT.so:1432 $(INSTALL) $(TARGET_VBoxRT) $@1433 chcon -t texrel_shlib_t $@ || true1434 endif1435 1436 1437 1451 # 1438 1452 # Generate the status code data.
Note:
See TracChangeset
for help on using the changeset viewer.