diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-14 09:58:36 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-14 09:58:36 +0000 |
commit | aeed95f6d76b2012cb84d92278dde11e5b642ce5 (patch) | |
tree | 4c8df305cd3675d06a2c98d0c637f6a507d62640 /sys-apps/diffutils/ChangeLog | |
parent | Masked media-libs/SoQt (diff) | |
download | gentoo-2-aeed95f6d76b2012cb84d92278dde11e5b642ce5.tar.gz gentoo-2-aeed95f6d76b2012cb84d92278dde11e5b642ce5.tar.bz2 gentoo-2-aeed95f6d76b2012cb84d92278dde11e5b642ce5.zip |
try to fix build problem on pentium4 with -j5 or higher
Diffstat (limited to 'sys-apps/diffutils/ChangeLog')
-rw-r--r-- | sys-apps/diffutils/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-apps/diffutils/ChangeLog b/sys-apps/diffutils/ChangeLog index 77ed93ad3680..bff25976ce11 100644 --- a/sys-apps/diffutils/ChangeLog +++ b/sys-apps/diffutils/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-apps/diffutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.6 2002/09/29 12:00:39 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.7 2002/10/14 09:58:36 azarah Exp $ + +*diffutils-2.8.4-r1 (14 Oct 2002) + + 14 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : + + Build fails with make -j5 or greater on pentium4. This is because + the .c.o rule should depend on paths.h, else they are being compiled + at the same time of its generation. This *should* hopefully fix + this problem. Cannot test it now though, as this is a celeron :/ *diffutils-2.8.4 (25 Sep 2002) |