Changes in Makefile [2660ee3:e347396] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2660ee3 re347396  
    4848ERRNO_INPUT = abi/include/abi/errno.in
    4949
    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
    5151
    5252all: kernel uspace
     
    6060uspace: common
    6161        $(MAKE) -r -C uspace PRECHECK=$(PRECHECK)
    62 
    63 export-posix: common
    64 ifndef EXPORT_DIR
    65         @echo ERROR: Variable EXPORT_DIR is not defined. && false
    66 else
    67         $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath $(EXPORT_DIR))
    68 endif
    6962
    7063precheck: clean
Note: See TracChangeset for help on using the changeset viewer.