This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Fix up run_all.sh


On Sep 17, 2014, at 11:25 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> -		  if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count; then
> +		  if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count 2>/dev/null; then

So, I can’t help but think we should just do a mkdir -p for this and be done with it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]