- Timestamp:
- Aug 31, 2008 11:38:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r11814 r11877 81 81 vboxmod-sh_MODE = a+rx,u+w 82 82 vboxmod-sh_SOURCES = $(subst ",,$(FILES_VBOXDRV_BIN)) #" 83 vboxmod-sh_CLEAN = $(PATH_TARGET)/vboxmod-sh-1.dep 83 84 84 85 # Scripts needed for building the kernel modules … … 98 99 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $< 99 100 101 -include $(PATH_TARGET)/vboxmod-1.dep 100 102 $(PATH_BIN)/src/Makefile: \ 101 $(PATH_SUB_CURRENT)/linux/Makefile 103 $(PATH_SUB_CURRENT)/linux/Makefile \ 104 $$(if $$(eq $$(Support/linux/Makefile_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) 102 105 $(call MSG_TOOL,Creating,,$@) 103 106 ifdef VBOX_WITH_HARDENING … … 106 109 $(QUIET)$(CP) -f $< $@ 107 110 endif 111 %$(QUIET2)$(RM) -f -- $(PATH_TARGET)/vboxmod-1.dep 112 %$(QUIET2)$(APPEND) '$(PATH_TARGET)/vboxmod-1.dep' 'Support/linux/Makefile_HARDENED=$(VBOX_WITH_HARDENING)' 113 108 114 109 115 #
Note:
See TracChangeset
for help on using the changeset viewer.