Changeset ea906c29 in mainline


Ignore:
Timestamp:
2012-10-29T08:46:10Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
850235d
Parents:
6c5fc8e
Message:

Fix - copy abi/ and libarch/ to final image as well

This error occured only with CONFIG_DEVEL_FILES turned on.
Cause was that before the change symlinks were followed and it
was sufficient to copy only the single include/ directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r6c5fc8e rea906c29  
    6161        mkdir "$(DIST_PATH)/inc/c/"
    6262        cp -r -L "$(USPACE_PATH)/lib/c/include/." "$(DIST_PATH)/inc/c/"
     63        cp -r -L "$(ROOT_PATH)/abi/include/." "$(DIST_PATH)/inc/c/"
     64        cp -r -L "$(USPACE_PATH)/lib/c/arch/$(UARCH)/include/." "$(DIST_PATH)/inc/c/"
    6365        cat "$(USPACE_PATH)/lib/c/arch/$(UARCH)/_link.ld" | sed 's/^STARTUP(.*)$$//g' > "$(DIST_PATH)/inc/_link.ld"
    6466endif
Note: See TracChangeset for help on using the changeset viewer.