Changeset 34e1206 in mainline


Ignore:
Timestamp:
2018-03-02T20:25:55Z (6 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:
8565a42
Parents:
f1380b7
Message:

Add make space for convenience of obliterating rampant whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf1380b7 r34e1206  
    4848ERRNO_INPUT = abi/include/abi/errno.in
    4949
    50 .PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace export-posix
     50.PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace export-posix space
    5151
    5252all: kernel uspace
     
    8888ccheck-fix: $(CCHECK)
    8989        tools/ccheck.sh --fix
     90
     91space:
     92        tools/srepl '[ \t]\+$$' ''
    9093
    9194$(CCHECK):
Note: See TracChangeset for help on using the changeset viewer.