- Timestamp:
- 2018-01-31T17:47:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a912aff, b500939e, ea42e44
- Parents:
- 14d789c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-31 17:47:53)
- git-committer:
- GitHub <noreply@…> (2018-01-31 17:47:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r14d789c 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.