Changeset bfa4ffa in mainline for boot/Makefile
- Timestamp:
- 2016-12-27T13:34:08Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9185e42
- Parents:
- 0d9b4a8 (diff), 73d8600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r0d9b4a8 rbfa4ffa 113 113 file_dir="`dirname "$$file"`" ; \ 114 114 file_name="`basename "$$file"`" ; \ 115 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/ $$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \115 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/"*".dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \ 116 116 done 117 117 for file in $(RD_DRVS_FW) ; do \
Note:
See TracChangeset
for help on using the changeset viewer.