Changes in Makefile [e347396:2660ee3] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re347396 r2660ee3 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 50 .PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace export-posix 51 51 52 52 all: kernel uspace … … 60 60 uspace: common 61 61 $(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 62 69 63 70 precheck: clean
Note:
See TracChangeset
for help on using the changeset viewer.