Changeset 279188c0 in mainline for boot/Makefile
- Timestamp:
- 2018-11-09T08:42:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86aad6f
- Parents:
- cdf6066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rcdf6066 r279188c0 65 65 cp -r -L "$(ROOT_PATH)/abi/include/." "$(DIST_PATH)/inc/c/" 66 66 cp -r -L "$(USPACE_PATH)/lib/c/arch/$(UARCH)/include/." "$(DIST_PATH)/inc/c/" 67 cp -L "$(USPACE_PATH)/lib/c/crt0.o" "$(DIST_PATH)/lib/" 68 cp -L "$(USPACE_PATH)/lib/c/crt1.o" "$(DIST_PATH)/lib/" 69 cp -L "$(LIBGCC_PATH)" "$(DIST_PATH)/lib/" 67 70 endif 68 71
Note:
See TracChangeset
for help on using the changeset viewer.