Changeset 32183 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
- Timestamp:
- Sep 1, 2010 3:53:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r31900 r32183 5 5 6 6 # 7 # Copyright (C) 2008 Oracle Corporation7 # Copyright (C) 2008-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 367 367 VBoxNetFlt-src_SOURCES = $(subst ",,$(VBOX_VBOXNETFLT_SOURCES)) #" 368 368 VBoxNetFlt-src_SOURCES+= \ 369 $(PATH_VBoxNetFlt-src)/dkms.conf \370 369 $(PATH_VBoxNetFlt-src)/Makefile 371 370 VBoxNetFlt-src_CLEAN = \ 372 $(PATH_VBoxNetFlt-src)/dkms.conf \373 371 $(PATH_VBoxNetFlt-src)/Makefile \ 374 372 $(PATH_TARGET)/VBoxNetFlt-src-1.dep … … 403 401 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetflt;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 404 402 $(QUIET)chmod 0755 $@ 405 406 # Script needed for building the kernel module407 $$(PATH_VBoxNetFlt-src)/dkms.conf: \408 $(PATH_SUB_CURRENT)/linux/dkms.conf \409 $(VBOX_VERSION_STAMP) \410 | $$(dir $$@)411 $(call MSG_TOOL,Creating,,$@)412 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $<413 403 414 404 endif # linux
Note:
See TracChangeset
for help on using the changeset viewer.