mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	sdk: do not exclude ccache executable
Change tar exclude pattern to skip ccache directory contents but not the ccache executable itself. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
		
							parent
							
								
									0f6f518e7a
								
							
						
					
					
						commit
						f8ce7e028d
					
				@ -1,5 +1,6 @@
 | 
				
			|||||||
# 
 | 
					# 
 | 
				
			||||||
# Copyright (C) 2006-2014 OpenWrt.org
 | 
					# Copyright (C) 2006-2014 OpenWrt.org
 | 
				
			||||||
 | 
					# Copyright (C) 2016 LEDE Project
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# This is free software, licensed under the GNU General Public License v2.
 | 
					# This is free software, licensed under the GNU General Public License v2.
 | 
				
			||||||
# See /LICENSE for more information.
 | 
					# See /LICENSE for more information.
 | 
				
			||||||
@ -18,7 +19,7 @@ SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME)
 | 
				
			|||||||
STAGING_SUBDIR_HOST := staging_dir/host
 | 
					STAGING_SUBDIR_HOST := staging_dir/host
 | 
				
			||||||
STAGING_SUBDIR_TOOLCHAIN := staging_dir/toolchain-$(ARCH)$(ARCH_SUFFIX)_gcc-$(GCCV)_$(LIBC)-$(LIBCV)$(if $(CONFIG_arm),_eabi)
 | 
					STAGING_SUBDIR_TOOLCHAIN := staging_dir/toolchain-$(ARCH)$(ARCH_SUFFIX)_gcc-$(GCCV)_$(LIBC)-$(LIBCV)$(if $(CONFIG_arm),_eabi)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXCLUDE_DIRS:=*/ccache \
 | 
					EXCLUDE_DIRS:=*/ccache/* \
 | 
				
			||||||
	*/stamp \
 | 
						*/stamp \
 | 
				
			||||||
	*/stampfiles \
 | 
						*/stampfiles \
 | 
				
			||||||
	*/man \
 | 
						*/man \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user