> tim> > I've attached a couple of sed man pages. (in case you figure it out first)
> 
> Hmm, they both refer to ed for regular expressions...

They used to have manual pages on-line, but apparently it's moved...
Aha! See http://www.caldera.com/support/docs/. No need to bore the whole
list with attachements only a couple of persons will read:-)

> Perhaps we are going down the wrong path.

Perhaps...

> maybe we should be using perl.

If it ought to be perl, then I'd rather get rid of $(CPP) altogether. In
which case I'd implement elf-pic perlasm option and simply

asm/dx586-elf.o:        asm/dx586-elf.s
        $(CC) $(CFLAGS) -o $@ $<

asm/dx586-elf.s:        asm/des-586.pl
        (cd asm; $(PERL) des-586.pl `echo elf or elf-pic` > dx586-elf.s)

and make sure perl emits universal code (i.e. no comments:-). Note that
the first rule automatically covers for -b elf of yours:-)

Cheers. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to