Changeset f1380b7 in mainline for boot/Makefile.grub


Ignore:
Timestamp:
2018-03-02T20:21:57Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34e1206
Parents:
a35b458
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
Message:

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.grub

    ra35b458 rf1380b7  
    6363        gunzip $(IMAGE)
    6464endif
    65        
     65
    6666        for module in $(COMPONENTS) ; do \
    6767                cp "$$module" $(BOOT)/ ; \
    6868        done
    69        
     69
    7070        echo "set default=0" > $(BOOT_CONFIG)
    7171        echo "set timeout=10" >> $(BOOT_CONFIG)
    7272        echo "" >> $(BOOT_CONFIG)
    73        
     73
    7474ifeq ($(GRUB_ARCH),pc)
    7575        echo "insmod vbe" >> $(BOOT_CONFIG)
     
    8181endif
    8282        echo "" >> $(BOOT_CONFIG)
    83        
     83
    8484        echo "menuentry 'HelenOS $(RELEASE)' --class helenos --class os {" >> $(BOOT_CONFIG)
    8585        for module in $(MODULES) ; do \
Note: See TracChangeset for help on using the changeset viewer.