[PATCH] build: update gnulib, for make syntax-check fix

2011-07-29 Thread Jim Meyering
FYI, From 0be1ae66206bf109c0e6870c94c61d4dc6c8e2a7 Mon Sep 17 00:00:00 2001 From: Jim Meyering meyer...@redhat.com Date: Wed, 27 Jul 2011 22:19:11 +0200 Subject: [PATCH] build: update gnulib, for make syntax-check fix Without the recent maint.mk fix, make syntax-check would fail like this:

Re: configure:22781: error: possibly undefined macro: gl_REPLACE_FCLOSE

2011-07-29 Thread Bernhard Voelker
On 07/27/2011 09:52 PM, Jim Meyering wrote: Eric Blake wrote: On 07/27/2011 05:33 AM, Bernhard Voelker wrote: I messed up my git repo :-( - and cloned it anew. $ rm -rf coreutils $ git clone git://git.sv.gnu.org/coreutils $ cd coreutils $ ./bootstrap However, the bootstrap step failed with

Re: mkdir new parameter

2011-07-29 Thread Eric Blake
On 07/28/2011 06:52 PM, Willian Sodré da Paixão wrote: Almost every time I make a directory, I get into it. So, I thought: would be nice if a parameter -something create and enter the new directory. Thanks for the idea, but we _can't_ implement it in coreutils. The notion of the current

Re: mkdir new parameter

2011-07-29 Thread Pádraig Brady
On 07/29/2011 01:52 AM, Willian Sodré da Paixão wrote: Almost every time I make a directory, I get into it. So, I thought: would be nice if a parameter -something create and enter the new directory. I can do it, but you will apply the patch? This idea is realy good for you? That's not

Re: mkdir new parameter

2011-07-29 Thread Davide Brini
On Thu, 28 Jul 2011 21:52:47 -0300 (BRT), Willian Sodré da Paixão will...@ufpa.br wrote: Almost every time I make a directory, I get into it. So, I thought: would be nice if a parameter -something create and enter the new directory. I can do it, but you will apply the patch? This idea is

Re: parallel sort strangeness

2011-07-29 Thread Jim Meyering
Pádraig Brady wrote: On 07/28/2011 01:16 PM, Jim Meyering wrote: For some reason, sort is now very slow here (Fedora 15, x86_64, with little free RAM), even for tiny inputs, but only some of the time, and not when I set OMP_NUM_THREADS=1. (I noticed because ./bootstrap was taking *forever*,

Re: mkdir new parameter

2011-07-29 Thread Willian Paixão
Thanks, I already have this function in /etc/profile.d/. But my wish is to implement such feature in mkdir. About the trouble with current directory variable, I was thinking on how do it. But, isn't impossible, I guess. -- Willian Paixão Computer Engineer http://www.laps.ufpa.br/willian On