[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: generated Makefile wants to run missing after configure (broken --di
From: |
Vincent Lefevre |
Subject: |
Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?) |
Date: |
Wed, 27 Aug 2008 19:43:30 +0200 |
User-agent: |
Mutt/1.5.18-vl-r23999 (2008-08-25) |
On 2008-08-27 11:16:54 -0600, Bob Proulx wrote:
> I think the best and easiest workaround is to set all of the file
> times to the same time. Then make will consider them up to date.
>
> $ cd PROJECTDIR && find . -type f -exec touch -r . {} +
>
> But if you can't set the time on files then that won't work.
That's precisely the problem: "touch" does not work, except for setting
mtime to the *current* time. I now remember a discussion saying that
"touch" wasn't always implemented, and the default behavior (set to the
current time) was obtained by opening the file and closing it.
--
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
- generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Ralf Wildenhues, 2008/08/31
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Vincent Lefevre, 2008/08/31
Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?), Bob Proulx, 2008/08/27
- Re: generated Makefile wants to run missing after configure (broken --disable-dependency-tracking?),
Vincent Lefevre <=