mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
Don't remove $(INSTALL_HDR_PATH)/install before headers_install.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
b7a818e4fc
commit
2722de7fed
1
Makefile
1
Makefile
@ -936,7 +936,6 @@ headers_install: include/linux/version.h scripts_basic FORCE
|
||||
echo '*** Error: Headers not exportable for this architecture ($(ARCH))'; \
|
||||
exit 1 ; fi
|
||||
$(Q)$(MAKE) $(build)=scripts scripts/unifdef
|
||||
$(Q)rm -rf $(INSTALL_HDR_PATH)/include
|
||||
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.headersinst obj=include
|
||||
|
||||
PHONY += headers_check
|
||||
|
Loading…
Reference in New Issue
Block a user