Changeset cc92076 in mainline for boot/Makefile
- Timestamp:
- 2017-10-21T05:46:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8988fde, be1b1e68
- Parents:
- 9c14309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r9c14309 rcc92076 117 117 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.fw" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \ 118 118 done 119 if ls $(DIST_OVERLAY_PATH)/* >/dev/null; then \119 if [ -d $(DIST_OVERLAY_PATH) ]; then \ 120 120 cp -r -L $(DIST_OVERLAY_PATH)/* "$(DIST_PATH)"; \ 121 121 fi
Note:
See TracChangeset
for help on using the changeset viewer.