Chinaunix首页 | 论坛 | 博客
  • 博客访问: 97603
  • 博文数量: 64
  • 博客积分: 2570
  • 博客等级: 少校
  • 技术积分: 605
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-24 11:00
文章分类

全部博文(64)

文章存档

2011年(1)

2010年(25)

2009年(38)

我的朋友

分类: LINUX

2010-11-05 16:45:12

On my gentoo, after update make from 3.82-r2 to 3.83, there is such problem
"mixed implicit and normal rules"

And I found there are such rules in makefile
"config %config: scripts_basic outputmakefile FORCE"

Solution:

1.Emerge back make 3.82, just add package mask to your portage tree
  cat ">=sys-devel/make-3.82" > /etc/portage/package.mask


2.Change makefile
"config %config: scripts_basic outputmakefile FORCE" -->
      "%config: scripts_basic outputmakefile FORCE"
阅读(1097) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~