浏览代码

Makefile.in: comment out deletion of include/ucontext.h,
it is included from include/signal.h.

Denis Vlasenko 16 年之前
父节点
当前提交
cb3b02f51f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile.in

+ 2 - 1
Makefile.in

@@ -316,7 +316,8 @@ endif
 ifneq ($(UCLIBC_SUSV3_LEGACY),y)
 ifneq ($(UCLIBC_SUSV3_LEGACY),y)
 	# Remove timeb.h since the LEGACY ftime() was disabled upon request
 	# Remove timeb.h since the LEGACY ftime() was disabled upon request
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/timeb.h
 	$(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
 	$(RM) $(PREFIX)$(DEVEL_PREFIX)include/regexp.h
 endif
 endif
 ifneq ($(UCLIBC_HAS_EPOLL),y)
 ifneq ($(UCLIBC_HAS_EPOLL),y)