Re: Please help

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

 



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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux