Changeset ee820ff in mainline for uspace/Makefile
- Timestamp:
- 2018-02-22T19:39:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0539c14
- Parents:
- 5fe3f954 (diff), df368491 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r5fe3f954 ree820ff 258 258 CLEANS := $(addsuffix .clean,$(DIRS) $(LIBS) $(BASE_LIBS)) 259 259 260 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean 260 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean export 261 261 262 262 all: $(BUILDS) $(BUILDS_TESTS) … … 264 264 $(BUILDS_TESTS): $(BASE_BUILDS) $(BUILDS) 265 265 $(MAKE) -r -C $(basename $@) all-test PRECHECK=$(PRECHECK) 266 267 export: lib/posix.build lib/math.build lib/clui.build 268 $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR) 266 269 267 270 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.