$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Hadsell (hadsell_at_[hidden])
Date: 2002-03-27 11:51:44
Richard Hadsell wrote:
>
> Forget the above question, if your 'ar -input' option works. I don't see the option in my man
> page. But if it works, it should be faster than executing 'ar' once for each instantiation.
The '-input' option for 'ar' must be for someone's modified version of ar. I can solve the problem,
if someone can translate these gmake statements to jam language for me:
@for i in $(shell ls -1 $(IIDIR)); \
do \
echo $(AR) $@ $(IIDIR)/$$i; \
$(AR) $@ $(IIDIR)/$$i; \
done
-- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell_at_[hidden] Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601