summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-02-16 14:08:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-02-16 14:08:47 +0000
commit8a81a817a026ddd71e3223cec48df5ac5012b59f (patch)
tree2fc0fed1c978009bf5778c607647572fcbd3520f
parent5b07c52a06e9419fadb75bd153f4b4cfc1f6631d (diff)
downloaduClibc-alpine-8a81a817a026ddd71e3223cec48df5ac5012b59f.tar.bz2
uClibc-alpine-8a81a817a026ddd71e3223cec48df5ac5012b59f.tar.xz
Makefile.in: comment out deletion of include/ucontext.h,
it is included from include/signal.h.
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 240b830c6..e937b11aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -320,7 +320,8 @@ endif
ifneq ($(UCLIBC_SUSV3_LEGACY),y)
# Remove timeb.h since the LEGACY ftime() was disabled upon request
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/timeb.h
- $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ucontext.h
+ # BREAKAGE: include/signal.h uses it, this rm broke bbox compile:
+ ### $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ucontext.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/regexp.h
endif
ifneq ($(UCLIBC_HAS_EPOLL),y)