Changes in Makefile [3061bc1:34e1206] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3061bc1 r34e1206 48 48 ERRNO_INPUT = abi/include/abi/errno.in 49 49 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 51 51 52 52 all: kernel uspace … … 88 88 ccheck-fix: $(CCHECK) 89 89 tools/ccheck.sh --fix 90 91 space: 92 tools/srepl '[ \t]\+$$' '' 90 93 91 94 $(CCHECK):
Note:
See TracChangeset
for help on using the changeset viewer.