Changes in Makefile [4640416:86b70c6] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4640416 r86b70c6  
    5050.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
    52 all: kernel uspace export-cross test-xcw
     52all: kernel uspace
    5353        $(MAKE) -r -C boot PRECHECK=$(PRECHECK)
    5454
     
    6161        $(MAKE) -r -C uspace PRECHECK=$(PRECHECK)
    6262
    63 test-xcw: uspace export-cross
    64         export PATH=$$PATH:$(abspath tools/xcw/bin) && $(MAKE) -r -C tools/xcw/demo
    65 
    6663export-posix: common
    6764ifndef EXPORT_DIR
     
    7067        $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath $(EXPORT_DIR))
    7168endif
    72 
    73 export-cross: common
    74         $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath uspace/export)
    7569
    7670precheck: clean
     
    161155        $(MAKE) -r -C boot clean
    162156        $(MAKE) -r -C doxygen clean
    163         $(MAKE) -r -C tools/xcw/demo clean
    164157
    165158$(ERRNO_HEADER): $(ERRNO_INPUT)
Note: See TracChangeset for help on using the changeset viewer.