Changeset 954c024 in mainline for uspace/Makefile
- Timestamp:
- 2018-09-05T21:40:34Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8048d1
- Parents:
- 79b39d0
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r79b39d0 r954c024 218 218 lib/c \ 219 219 lib/cpp \ 220 lib/softint \221 lib/softfloat \222 220 lib/untar 223 221 … … 290 288 $(MAKE) -r -C $(@D) deps.mk SELF_TARGET="$(@D).build" 291 289 292 # Special case for base libraries.293 lib/c.build: lib/softfloat.build lib/softint.build294 295 290 $(BUILDS): $(BASE_BUILDS) 296 291
Note:
See TracChangeset
for help on using the changeset viewer.