target/{sdk,imagebuild}: Fix for symlink-tree
With symlink tree some directories are just symlinked which means IB and SDK end up with a symlink instead of an actual directory; this fixes the missing files by dereferencesing the directories instead of copying the symlinks. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
This commit is contained in:
committed by
John Crispin
parent
c3d3111831
commit
71370d2c55
@@ -67,7 +67,7 @@ all: compile
|
||||
|
||||
$(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
|
||||
mkdir -p $(SDK_BUILD_DIR)/dl $(SDK_BUILD_DIR)/package
|
||||
$(CP) $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
|
||||
$(CP) -L $(INCLUDE_DIR) $(SCRIPT_DIR) $(TOPDIR)/docs $(SDK_BUILD_DIR)/
|
||||
$(TAR) -cf - -C $(TOPDIR) \
|
||||
`cd $(TOPDIR); find $(KDIR_BASE) -name \*.ko` \
|
||||
`cd $(TOPDIR); find $(KDIR_BASE)/firmware/ -newer $(KDIR_BASE)/firmware/Makefile \
|
||||
|
||||
Reference in New Issue
Block a user