[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
David T-G |
Subject: |
Re: (no subject) |
Date: |
Fri, 4 Oct 2002 11:56:31 -0400 |
User-agent: |
Mutt/1.4i |
Steven --
...and then Steven Hirshman said...
%
% On a Linux system, "touch" works fine for *.f files; when I "touch" the .f
% file, and then run make,
% it gets remade.
Sounds dandy.
%
% However, when I "touch" a *.f90 file, and then run make (have a .SUFFIXES :
% .f90 line in the makefile),
% NOTHING gets done (no update).
That certainly sounds like something is wrong, but there's no assurance
that it's with the GNU FileUtils.
%
% Please let me know what I am doing wrong, or is this a bug?
Let's see if touch is working properly. If you
ls -lF somefile.f
before and after your touch, you should see the timestamps updated.
Similarly, if you
ls -lF somefile.f90
before and after your
touch somefile.f90
command and see an updated timestamp, then touch is working as expected
and you can take a look at your Makefile and your Fortran code (which, I
fear, is not likely to be something with which the bug-fileutils list can
help you).
%
% Thanks.
%
% Steven P. Hirshman QPS: Quality, Performance, Science
% Fusion Energy Division address@hidden
% P. O. Box Y Oak Ridge, TN 37830
% Tele: 865-574-1289 Fax: 865-576-7770
Best of luck, and please don't hesitate to follow up if you find any
anomalies in the behavior of touch.
HTH & HAND
:-D
--
David T-G * It's easier to fight for one's principles
(play) address@hidden * than to live up to them. -- fortune cookie
(work) address@hidden
http://www.justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
pgpw9ixzjYe1g.pgp
Description: PGP signature
- (no subject), Steven Hirshman, 2002/10/03
- Re: (no subject),
David T-G <=