瀏覽代碼

since we dont symlink the headers, theres nothing to filter

Mike Frysinger 19 年之前
父節點
當前提交
1712052547
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Makefile.in

+ 0 - 3
Makefile.in

@@ -111,9 +111,6 @@ RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/rela
 install_headers:
 	$(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
 	printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
-	if [ "$(KERNEL_HEADERS)" = "$(PREFIX)$(DEVEL_PREFIX)" ] ; then \
-		ls -1d include/linux include/asm* >> tar_exclude ; \
-	fi ; \
 	$(TAR) -chf - -X tar_exclude include \
 		| $(TAR) -xf - -C $(PREFIX)$(DEVEL_PREFIX)
 	rm -f tar_exclude