Changeset 21413 in vbox
- Timestamp:
- Jul 8, 2009 9:37:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r21412 r21413 134 134 135 135 $$(vboxguest-sh_0_OUTDIR)/dkms.conf: \ 136 137 138 139 140 136 $(PATH_SUB_CURRENT)/linux/dkms.conf \ 137 $(VBOX_VERSION_STAMP) \ 138 | $$(dir $$@) 139 $(call MSG_TOOL,Creating,,$@) 140 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $< 141 141 142 142 # scripts. … … 150 150 151 151 $$(vboxguest-sh_0_OUTDIR)/build_in_tmp: \ 152 153 154 155 156 157 152 $(PATH_ROOT)/src/VBox/HostDrivers/linux/build_in_tmp \ 153 $(VBOX_VERSION_STAMP) \ 154 | $$(dir $$@) 155 $(call MSG_TOOL,Creating,,$@) 156 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxguest;g" --output $@ $< 157 $(QUIET)$(CHMOD) 0755 $@ 158 158 159 159 endif # Linux
Note:
See TracChangeset
for help on using the changeset viewer.