svn commit: branches/uClibc-nptl
vda at uclibc.org
vda at uclibc.org
Mon Feb 16 14:08:48 UTC 2009
Author: vda
Date: 2009-02-16 14:08:47 +0000 (Mon, 16 Feb 2009)
New Revision: 25344
Log:
Makefile.in: comment out deletion of include/ucontext.h,
it is included from include/signal.h.
Modified:
branches/uClibc-nptl/Makefile.in
Changeset:
Modified: branches/uClibc-nptl/Makefile.in
===================================================================
--- branches/uClibc-nptl/Makefile.in 2009-02-16 14:08:09 UTC (rev 25343)
+++ branches/uClibc-nptl/Makefile.in 2009-02-16 14:08:47 UTC (rev 25344)
@@ -320,7 +320,8 @@
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)
More information about the uClibc-cvs
mailing list