Changeset 123cd6d in mainline for boot/Makefile


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d75831
Parents:
b2695b9
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-27 17:28:06)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

Move more of build_dist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rb2695b9 r123cd6d  
    3838
    3939build_dist: clean_dist
    40         cp -r -L -T -u "$(USPACE_PATH)/dist" "$(DIST_PATH)"
    41         mkdir -p "$(DIST_PATH)/app/"
    42         mkdir -p "$(DIST_PATH)/cfg/"
    43         mkdir -p "$(DIST_PATH)/data/"
    44         mkdir -p "$(DIST_PATH)/lib/"
    45         mkdir -p "$(DIST_PATH)/loc/"
    46         mkdir -p "$(DIST_PATH)/log/"
    47         mkdir -p "$(DIST_PATH)/test/"
    48         mkdir -p "$(DIST_PATH)/tmp/"
    49         mkdir -p "$(DIST_PATH)/vol/"
    50         mkdir -p "$(DIST_PATH)/w/"
    5140
    52 ifeq ($(CONFIG_DEVEL_FILES), y)
    53         cp -L "$(LIBGCC_PATH)" "$(DIST_PATH)/lib/"
    54 endif
    5541
    5642        if ls $(DIST_OVERLAY_PATH)/* >/dev/null 2>/dev/null; then \
Note: See TracChangeset for help on using the changeset viewer.