diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-07 13:03:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-07 13:03:32 +0000 |
commit | aea115e9245fbe0bda6920a272fbfcd6316894f7 (patch) | |
tree | 72bc314838070c8f71bf3223d0e10a1045479b49 /Makefile.in | |
parent | a0adf1fefe46e42ba41a86ada520871cf1e08464 (diff) | |
download | uClibc-alpine-aea115e9245fbe0bda6920a272fbfcd6316894f7.tar.bz2 uClibc-alpine-aea115e9245fbe0bda6920a272fbfcd6316894f7.tar.xz |
Split kernel headers installation from "make install_headers".
It is "make install_kernel_headers" now.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 68ed8c6d2..e39007b7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -118,6 +118,11 @@ RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/rela $(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c $(hcompile.u) +# Installs kernel header files (linux/*, asm/*, asm-generic/*). +install_kernel_headers: headers + top_builddir=$(top_builddir) \ + $(top_srcdir)extra/scripts/install_kernel_headers.sh include $(PREFIX)$(DEVEL_PREFIX)include + # Installs header files. install_headers: headers $(top_builddir)extra/scripts/unifdef $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include |