[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Wierd if function behaviour
From: |
Lee Shallis |
Subject: |
Wierd if function behaviour |
Date: |
Sat, 30 Jul 2016 12:24:37 +0100 |
I ran out of time to continue trying this today so I will see if you
experts can make heads or tails of this.
These 3 lines:
> $(eval $(0)_CALL=$(if ifeq "$($(0)_PREVMOD)"
> "$($(0)_LASTMOD)",_UPTODATE,_UPDATECC))
> $(info $(0)_CALL=(if ifeq "$($(0)_PREVMOD)"
> "$($(0)_LASTMOD)",_UPTODATE,_UPDATECC))
> $(info $(0)_CALL=$($(0)_CALL),$($(0)_PREVMOD),$($(0)_LASTMOD))
>
are resulting in this:
CODIT_GEN_DEP_CALL=(if ifeq "0" "25/07/2016;10:38",_UPTODATE,_UPDATECC)
> CODIT_GEN_DEP_CALL=_UPTODATE,0,25/07/2016;10:38
>
when the 2nd info call should be resulting in this:
CODIT_GEN_DEP_CALL=_UPDATECC,0,25/07/2016;10:38
I'll check this late tommorrow (got work in early morning to afternoon)
--
We will die a permanent death unless we trust in Jesus Christ our saviour
and repent our sinful ways
- Wierd if function behaviour,
Lee Shallis <=