Changes in Makefile [eb221e5:e3c3172] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
reb221e5 re3c3172 28 28 29 29 CSCOPE = cscope 30 CHECK = tools/check.sh31 30 CONFIG = tools/config.py 32 31 AUTOTOOL = tools/autotool.py … … 42 41 CONFIG_HEADER = config.h 43 42 44 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean check43 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean 45 44 46 45 all: $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) … … 55 54 cscope: 56 55 find kernel boot uspace -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE).out 57 58 # Pre-integration build check59 check: $(CHECK)60 ifdef JOBS61 $(CHECK) -j $(JOBS)62 else63 $(CHECK)64 endif65 56 66 57 $(COMMON_MAKEFILE): autotool
Note:
See TracChangeset
for help on using the changeset viewer.