Changeset 8988fde in mainline for boot/Makefile
- Timestamp:
- 2017-10-21T19:40:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3277fb0
- Parents:
- cc92076
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rcc92076 r8988fde 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 [ -d $(DIST_OVERLAY_PATH) ]; then \119 if ls $(DIST_OVERLAY_PATH)/* >/dev/null 2>/dev/null; then \ 120 120 cp -r -L $(DIST_OVERLAY_PATH)/* "$(DIST_PATH)"; \ 121 121 fi
Note:
See TracChangeset
for help on using the changeset viewer.