Changeset 53238ba in mainline for boot/Makefile
- Timestamp:
- 2013-12-03T11:27:01Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68bacce
- Parents:
- 29b4888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r29b4888 r53238ba 80 80 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \ 81 81 done 82 if ls $(DIST_OVERLAY_PATH)/* >/dev/null; then \ 83 cp -r -L $(DIST_OVERLAY_PATH)/* "$(DIST_PATH)"; \ 84 fi 82 85 83 86 clean: clean_dist
Note:
See TracChangeset
for help on using the changeset viewer.