- Timestamp:
- 2018-11-11T20:21:08Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4640416
- Parents:
- 5c03bd30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r5c03bd30 ra5c468e 50 50 .PHONY: all precheck cscope cscope_parts autotool config_auto config_default config distclean clean check releasefile release common boot kernel uspace export-posix space 51 51 52 all: kernel uspace 52 all: kernel uspace export-cross test-xcw 53 53 $(MAKE) -r -C boot PRECHECK=$(PRECHECK) 54 54 … … 61 61 $(MAKE) -r -C uspace PRECHECK=$(PRECHECK) 62 62 63 test-xcw: uspace export-cross 64 export PATH=$$PATH:/data/helenos/master/tools/xcw/bin && $(MAKE) -r -C tools/xcw/demo 65 63 66 export-posix: common 64 67 ifndef EXPORT_DIR … … 67 70 $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath $(EXPORT_DIR)) 68 71 endif 72 73 export-cross: common 74 $(MAKE) -r -C uspace export EXPORT_DIR=$(abspath uspace/export) 69 75 70 76 precheck: clean … … 155 161 $(MAKE) -r -C boot clean 156 162 $(MAKE) -r -C doxygen clean 163 $(MAKE) -r -C tools/xcw/demo clean 157 164 158 165 $(ERRNO_HEADER): $(ERRNO_INPUT)
Note:
See TracChangeset
for help on using the changeset viewer.