Changes in Makefile [86b70c6:4640416] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r86b70c6 r4640416  
    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
     52all: kernel uspace export-cross test-xcw
    5353        $(MAKE) -r -C boot PRECHECK=$(PRECHECK)
    5454
     
    6161        $(MAKE) -r -C uspace PRECHECK=$(PRECHECK)
    6262
     63test-xcw: uspace export-cross
     64        export PATH=$$PATH:$(abspath tools/xcw/bin) && $(MAKE) -r -C tools/xcw/demo
     65
    6366export-posix: common
    6467ifndef EXPORT_DIR
     
    6770        $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath $(EXPORT_DIR))
    6871endif
     72
     73export-cross: common
     74        $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath uspace/export)
    6975
    7076precheck: clean
     
    155161        $(MAKE) -r -C boot clean
    156162        $(MAKE) -r -C doxygen clean
     163        $(MAKE) -r -C tools/xcw/demo clean
    157164
    158165$(ERRNO_HEADER): $(ERRNO_INPUT)
Note: See TracChangeset for help on using the changeset viewer.