Para Kazandıran Yeni Arama Motorunuz

2002-10-21 Thread Arama.cc
Title: DUYURU    

Re: Make feature rq: Non-pattern rules with multi-target commands

2002-10-21 Thread Henning Makholm
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

Re: Make feature rq: Non-pattern rules with multi-target commands

2002-10-21 Thread Henning Makholm
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

Re: Make feature rq: Non-pattern rules with multi-target commands

2002-10-21 Thread Paul D. Smith
%% 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

AWARD NOTIFICATION

2002-10-21 Thread werkenbijdeotto1
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

Re: Make feature rq: Non-pattern rules with multi-target commands

2002-10-21 Thread Paul D. Smith
%% 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