diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-28 13:56:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-28 13:56:00 -0400 |
commit | 8d005aa103606748e113d1a7a09cfb2aeb6f7140 (patch) | |
tree | 0e4656fc186fb9b1967728e4ea8ce7941b7c5fd0 /Makefile.in | |
parent | 2a2bfd4ad8a02bc2bdef5c893eb133ef8d211d4c (diff) |
stop installing/screwing with linux-headers
It is not uClibc's business to make sure the user's toolchain is sane and
has proper kernel headers configured/installed. If they don't, then they
need to fix their toolchain, we don't need to try and magically do it for
them.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 2a7674543..381c09999 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,10 +181,6 @@ $(LOCAL_INSTALL_PATH): $(Q)$(MAKE) PREFIX=$(shell pwd)/$(LOCAL_INSTALL_PATH) RUNTIME_PREFIX=/ \ DEVEL_PREFIX=/usr/ \ HOSTCC="$(HOSTCC)" \ - install_kernel_headers - $(Q)$(MAKE) PREFIX=$(shell pwd)/$(LOCAL_INSTALL_PATH) RUNTIME_PREFIX=/ \ - DEVEL_PREFIX=/usr/ \ - HOSTCC="$(HOSTCC)" \ install install: install_runtime install_dev @@ -195,11 +191,6 @@ 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 |