Changes in Makefile [eb221e5:e3c3172] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    reb221e5 re3c3172  
    2828
    2929CSCOPE = cscope
    30 CHECK = tools/check.sh
    3130CONFIG = tools/config.py
    3231AUTOTOOL = tools/autotool.py
     
    4241CONFIG_HEADER = config.h
    4342
    44 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean check
     43.PHONY: all precheck cscope autotool config_auto config_default config distclean clean
    4544
    4645all: $(COMMON_MAKEFILE) $(COMMON_HEADER) $(CONFIG_MAKEFILE) $(CONFIG_HEADER)
     
    5554cscope:
    5655        find kernel boot uspace -regex '^.*\.[chsS]$$' | xargs $(CSCOPE) -b -k -u -f$(CSCOPE).out
    57 
    58 # Pre-integration build check
    59 check: $(CHECK)
    60 ifdef JOBS
    61         $(CHECK) -j $(JOBS)
    62 else
    63         $(CHECK)
    64 endif
    6556
    6657$(COMMON_MAKEFILE): autotool
Note: See TracChangeset for help on using the changeset viewer.