VirtualBox

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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