Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
f5ee1d78
Commit
f5ee1d78
authored
May 21, 2003
by
Diederik van Arkel
Browse files
fix out of date detection for platform agnostic c modules;
parent
234f7a03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pm/PmDriver.icl
View file @
f5ee1d78
...
...
@@ -788,7 +788,7 @@ step intr (DLink ds=:{ok, newpaths, fileinfo, libsinfo, modpaths, abccache, proj
=
s
#
(
objPathsOk
,
ofiles
,
abcPathsCache
)
=
GetPathNames
linkObjFileNames
ofiles
abcPathsCache
#
(_,
ofiles`
,
abcPathsCache
)
=
GetPathNames
abcLinkInfo
.
linkObjFileNames
ofiles`
abcPathsCache
#
(_,
ofiles`
,
abcPathsCache
)
=
GetPathNames
/*
abcLinkInfo.
*/
linkObjFileNames
ofiles`
abcPathsCache
#
(
libPathsOk
,
lfiles
,
abcPathsCache
)
=
GetPathNames
abcLinkInfo
.
linkLibraryNames
lfiles
abcPathsCache
|
not
objPathsOk
...
...
@@ -1502,7 +1502,7 @@ where
check
date
Nil
files
=
(
False
,
files
)
check
date
(
hd
:!
tl
)
files
#
(
objDate
,
files
)
=
FModified
hd
files
|
Older_Date
date
objDate
=
(
True
,
files
)
|
Older_Date
date
objDate
=
trace_n`
(
"OlderDate"
,
hd
,
date
,
objDate
)
(
True
,
files
)
=
check
date
tl
files
CheckExecOutOfDate
::
!
Bool
!
Pathname
!
FileInfoCache
!
Project
!*(
PSt
General
)
->
*(
Bool
,*
PSt
General
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment