Changeset cc92076 in mainline for boot/Makefile


Ignore:
Timestamp:
2017-10-21T05:46:19Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8988fde, be1b1e68
Parents:
9c14309
Message:

Clean up minor issues with the Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

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