Changeset 8988fde in mainline for boot/Makefile


Ignore:
Timestamp:
2017-10-21T19:40:53Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3277fb0
Parents:
cc92076
Message:

Fix overlay checking. My mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rcc92076 r8988fde  
    117117                cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.fw" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \
    118118        done
    119         if [ -d $(DIST_OVERLAY_PATH) ]; then \
     119        if ls $(DIST_OVERLAY_PATH)/* >/dev/null 2>/dev/null; then \
    120120                cp -r -L $(DIST_OVERLAY_PATH)/* "$(DIST_PATH)"; \
    121121        fi
Note: See TracChangeset for help on using the changeset viewer.