Sorry for the bad 'tar' example, my real problem is:

I put libevent src into my code base like 'myproject/dep/libevent'
and commit it to remote git repo.

Git repo keeps file content & mode only (as far as I know),
so when my coworker pull the libevent src form git repo, all file's
timestamp are NOW.

Maybe 'touch' is a good idea. I can add a custom cmake
external-project step to 'touch'
all autotools generated files.

Thank you Nick :)

Best Regards,
Cheyi Lin



On Tue, Apr 3, 2012 at 10:45 PM, Nick Mathewson <ni...@freehaven.net> wrote:
> Hm.  My first thought would be "don't provide the "m" option to tar
> then!"  But I guess you're probably doing that for a good reason.
>
> My second thought would be to use "touch" to make the generated files
> (configure, Makefile.in, etc) newer than their sources.
>
> Anybody else have an idea?
>
> yrs,
> --
> Nick
> ***********************************************************************
> To unsubscribe, send an e-mail to majord...@freehaven.net with
> unsubscribe libevent-users    in the body.
***********************************************************************
To unsubscribe, send an e-mail to majord...@freehaven.net with
unsubscribe libevent-users    in the body.

Reply via email to