Changeset 6159 in vbox for trunk/src/VBox
- Timestamp:
- Dec 20, 2007 8:58:38 AM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r5999 r6159 45 45 46 46 ifneq ($(MAKECMDGOALS),clean) 47 48 ifdef KDIR 49 # Debian kernel module build system 50 KERN_DIR := $(KDIR) 51 endif 47 52 48 53 # kernel base directory -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r5999 r6159 43 43 44 44 ifneq ($(MAKECMDGOALS),clean) 45 46 ifdef KDIR 47 # Debian kernel module build system 48 KERN_DIR := $(KDIR) 49 endif 45 50 46 51 # kernel base directory -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r5999 r6159 71 71 ifneq ($(MAKECMDGOALS),clean) 72 72 73 ifdef KDIR 74 # Debian kernel module build system 75 KERN_DIR := $(KDIR) 76 endif 77 73 78 # kernel base directory 74 79 ifndef KERN_DIR
Note:
See TracChangeset
for help on using the changeset viewer.