Title: DUYURU
Scripsit "Paul D. Smith" <[EMAIL PROTECTED]>
> %% Henning Makholm <[EMAIL PROTECTED]> writes:
> hm> Here is why I need it: I use a compiler, `mosmlc', that reads a
> hm> `*.sml' source file and write a `*.uo' file with object code and a
> hm> `*.ui' file with a machine-readable interface sum
Scripsit "Paul D. Smith" <[EMAIL PROTECTED]>
> When GNU make gets this feature, I don't think it will use this syntax.
> I was thinking something like adding a special delimiter:
> target1 target2 +: prerequisites
> command
> or "|:" or something like that.
One possibility that didn't
%% Henning Makholm <[EMAIL PROTECTED]> writes:
hm> One possibility that didn't introduce any new syntax would be that if
hm> for a rule
hm>target1 target2: prerequisites
hm> command1
hm> command2
hm> the automatic variables $@ and $% are never unfolded during the
WERKEN BIJ DE LOTTO,
41132, NL-1007 DB AMSTERDAM,
THE NETHERLANDS.
FROM: THE DESK OF THE DIRECTOR PROMOTIONS,
INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT,
REF: WBL/67-B773524441
ATTN:
AWARD NOTIFICATION; FINAL NOTICE
We are pleased to inform you of the announcement
toda
%% Henning Makholm <[EMAIL PROTECTED]> writes:
>> .foobar.temp: foobar.sml
>>mosmlc $<
>>touch $@
>> binary: .foobar.temp
>> Gross, but it usually works.
hm> Only when nothing (or at least nothing with commands) depends on
hm> `binary': since the empty command does