projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a818e
)
Don't remove $(INSTALL_HDR_PATH)/install before headers_install.
author
David Woodhouse
<dwmw2@infradead.org>
Sun, 24 Sep 2006 22:44:57 +0000
(23:44 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Sun, 24 Sep 2006 22:44:57 +0000
(23:44 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7a06c16602fd8e7f238d2beb14553a039897f0b9..80dac0245d6647459857617dcbb02b693ee832d1 100644
(file)
--- a/
Makefile
+++ b/
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