VirtualBox

Changeset 9225 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 29, 2008 2:32:55 PM (17 years ago)
Author:
vboxsync
Message:

When breaking up dependencies into multiple lines, we indent them twice to help seperate them from the commands. Also, put one dependency per line to make it easier to read.

Location:
trunk/src/VBox/Additions/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/Makefile.kmk

    r9218 r9225  
    3838
    3939$(VBOX_PATH_ADDITIONS)/src/vboxadd/build_in_tmp: \
    40         $(PATH_ROOT)/src/VBox/HostDrivers/Support/linux/build_in_tmp \
    41         $(VBOX_VERSION_STAMP) \
    42         | $(call DIRDEP,$(VBOX_PATH_ADDITIONS)/src/vboxadd)
     40                $(PATH_ROOT)/src/VBox/HostDrivers/Support/linux/build_in_tmp \
     41                $(VBOX_VERSION_STAMP) \
     42                | $(call DIRDEP,$(VBOX_PATH_ADDITIONS)/src/vboxadd)
    4343        $(call MSG_TOOL,Creating,,$@)
    4444        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxadd;g" < $< > $@
     
    4646
    4747$(VBOX_PATH_ADDITIONS)/src/vboxadd/dkms.conf: \
    48         $(PATH_SUB_CURRENT)/dkms.conf $(VBOX_VERSION_STAMP)
     48                $(PATH_SUB_CURRENT)/dkms.conf \
     49                $(VBOX_VERSION_STAMP)
    4950        $(call MSG_TOOL,Creating,,$@)
    5051        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk

    r9218 r9225  
    3939
    4040$(VBOX_PATH_ADDITIONS)/src/vboxvfs/build_in_tmp: \
    41         $(PATH_ROOT)/src/VBox/HostDrivers/Support/linux/build_in_tmp \
    42         $(VBOX_VERSION_STAMP) \
    43         | $(call DIRDEP,$(VBOX_PATH_ADDITIONS)/src/vboxvfs)
     41                $(PATH_ROOT)/src/VBox/HostDrivers/Support/linux/build_in_tmp \
     42                $(VBOX_VERSION_STAMP) \
     43                | $(call DIRDEP,$(VBOX_PATH_ADDITIONS)/src/vboxvfs)
    4444        $(call MSG_TOOL,Creating,,$@)
    4545        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvfs;g" < $< > $@
     
    4747
    4848$(VBOX_PATH_ADDITIONS)/src/vboxvfs/dkms.conf: \
    49         $(PATH_SUB_CURRENT)/dkms.conf $(VBOX_VERSION_STAMP)
     49                $(PATH_SUB_CURRENT)/dkms.conf \
     50                $(VBOX_VERSION_STAMP)
    5051        $(call MSG_TOOL,Creating,,$@)
    5152        $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette