Skip to content
Snippets Groups Projects
Commit 304c93e4 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin

SVN-Revision: 12451
parent b2e99798
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,11 @@ $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(INSTALL_DATA) $(TOPDIR)/tools/include/*.h $(STAGING_DIR_HOST)/include/
touch $@
$(curdir)//prepare = $(STAGING_DIR)/.prepared
$(curdir)//compile = $(STAGING_DIR)/.prepared
$(STAGING_DIR_HOST)/bin/find:
[ -x "$(FIND)" ] && ln -sf "$(FIND)" $@
$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/bin/find
$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/bin/find
# prerequisites for the individual targets
$(curdir)/ := .config prereq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment