Changes in Makefile [86b70c6:4640416] in mainline
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r86b70c6 r4640416 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:$(abspath 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.