Changeset f1380b7 in mainline for boot/Makefile
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
ra35b458 rf1380b7 81 81 echo "</ul></body></html>" >>"$(DIST_PATH)/test/test.html" 82 82 endif 83 83 84 84 ifeq ($(CONFIG_PCUT_SELF_TESTS),y) 85 85 echo "echo Running all PCUT self-tests..." >"$(DIST_PATH)/test/run_pcut" … … 99 99 echo "</ul></body></html>" >>"$(DIST_PATH)/test/pcut.html" 100 100 endif 101 101 102 102 for drv in $(RD_DRVS) ; do \ 103 103 drv_dir="`dirname "$$drv"`" ; \
Note:
See TracChangeset
for help on using the changeset viewer.