Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Warner Losh
I have something I'm testing now, but it's tricky enough that I want to
look at it again in the morning...

Warner


On Thu, Aug 27, 2015 at 10:59 PM, Alexey Dokuchaev 
wrote:

> On Thu, Aug 27, 2015 at 10:48:00PM -0600, Warner Losh wrote:
> > Yes. This fix was easy. That fix is a little harder, so I pushed this
> > inquickly while I do the harder fix after a good night's sleep (it isn't
> > that much harder, but it's been a long day).
>
> Awesome to hear that, thanks Warner and have a good sleep. :)
>
> ./danfe
>
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Alexey Dokuchaev
On Thu, Aug 27, 2015 at 10:48:00PM -0600, Warner Losh wrote:
> Yes. This fix was easy. That fix is a little harder, so I pushed this
> inquickly while I do the harder fix after a good night's sleep (it isn't
> that much harder, but it's been a long day).

Awesome to hear that, thanks Warner and have a good sleep. :)

./danfe
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Warner Losh
Yes. This fix was easy. That fix is a little harder, so I pushed this
inquickly while I do the harder fix after a good night's sleep (it isn't
that much harder, but it's been a long day).

Warner

On Thu, Aug 27, 2015 at 10:45 PM, Alexey Dokuchaev 
wrote:

> On Fri, Aug 28, 2015 at 04:32:43AM +, Warner Losh wrote:
> > New Revision: 287241
> > URL: https://svnweb.freebsd.org/changeset/base/287241
> >
> > Log:
> >   Add another .WAIT since sometimes we lose the race.
>
> Is there a way to actually correctly specify dependencies between targets
> instead?
>
> ./danfe
>
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


Re: svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Alexey Dokuchaev
On Fri, Aug 28, 2015 at 04:32:43AM +, Warner Losh wrote:
> New Revision: 287241
> URL: https://svnweb.freebsd.org/changeset/base/287241
> 
> Log:
>   Add another .WAIT since sometimes we lose the race.

Is there a way to actually correctly specify dependencies between targets
instead?

./danfe
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"


svn commit: r287241 - head/gnu/usr.bin/binutils

2015-08-27 Thread Warner Losh
Author: imp
Date: Fri Aug 28 04:32:43 2015
New Revision: 287241
URL: https://svnweb.freebsd.org/changeset/base/287241

Log:
  Add another .WAIT since sometimes we lose the race.

Modified:
  head/gnu/usr.bin/binutils/Makefile

Modified: head/gnu/usr.bin/binutils/Makefile
==
--- head/gnu/usr.bin/binutils/Makefile  Fri Aug 28 03:03:09 2015
(r287240)
+++ head/gnu/usr.bin/binutils/Makefile  Fri Aug 28 04:32:43 2015
(r287241)
@@ -5,6 +5,7 @@
 SUBDIR=doc\
libiberty \
libbfd \
+   .WAIT \
libopcodes \
libbinutils \
.WAIT \
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"