Changeset 2660ee3 in mainline for uspace/Makefile
- 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
-
uspace/Makefile
r14d789c r2660ee3 255 255 CLEANS := $(addsuffix .clean,$(DIRS) $(LIBS) $(BASE_LIBS)) 256 256 257 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean 257 .PHONY: all $(BASE_BUILDS) $(BUILDS) $(BUILDS_TESTS) $(CLEANS) clean export 258 258 259 259 all: $(BUILDS) $(BUILDS_TESTS) … … 261 261 $(BUILDS_TESTS): $(BASE_BUILDS) $(BUILDS) 262 262 $(MAKE) -r -C $(basename $@) all-test PRECHECK=$(PRECHECK) 263 264 export: lib/posix.build lib/math.build lib/clui.build 265 $(MAKE) -r -C lib/posix export EXPORT_DIR=$(EXPORT_DIR) 263 266 264 267 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.