mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
* git://git.infradead.org/~dwmw2/khdrs-2.6: Don't remove $(INSTALL_HDR_PATH)/install before headers_install.
This commit is contained in:
commit
508df253db
1 changed files with 0 additions and 1 deletions
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 a new issue