autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help


From: Murtaza
Subject: Re: Please help
Date: Fri, 26 Oct 2007 04:16:58 +0500

Hey guys,

Thank you all for help. It was really good help. Solved the problem.

Thanx again,

On 10/26/07, Bob Proulx <address@hidden> wrote:
> Bob Proulx wrote:
> >   find . -type f -print0 | xargs -r0 touch --reference .
> >   make clean
> >   make
>
> That was cut from an old saved message.  I will update it to the
> current find use avoiding the -print0 and say that I should have said
> this instead:
>
>   find . -type f -exec touch --reference . {} +
>
> Bob
>
>
> _______________________________________________
> Autoconf mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/autoconf
>



Ghulam Murtaza




reply via email to

[Prev in Thread] Current Thread [Next in Thread]