Changes in Makefile [2660ee3:e347396] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r2660ee3 re347396 48 48 ERRNO_INPUT = abi/include/abi/errno.in 49 49 50 .PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace export-posix50 .PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace 51 51 52 52 all: kernel uspace … … 60 60 uspace: common 61 61 $(MAKE) -r -C uspace PRECHECK=$(PRECHECK) 62 63 export-posix: common64 ifndef EXPORT_DIR65 @echo ERROR: Variable EXPORT_DIR is not defined. && false66 else67 $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath $(EXPORT_DIR))68 endif69 62 70 63 precheck: clean
Note:
See TracChangeset
for help on using the changeset viewer.