Changes in Makefile [3061bc1:34e1206] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3061bc1 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.