Subject: Re: libio and libiostrean
To: None <current-users@NetBSD.ORG>
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
List: current-users
Date: 05/14/1996 18:35:44
On Mon, 13 May 1996, Matthias Scheler wrote:
> They are included in "libg++/libg++/Makefile".
The header files from the "libio" directory never get installed,
though. I've added a section to /usr/src/gnu/lib/libg++/Makefile
as follows:
@echo installing includes from libio
@(cd libio ; for j in *.h; do \
cmp -s $$j ${DESTDIR}/usr/include/g++/$$j || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j \
${DESTDIR}/usr/include/g++/$$j; \
done)
-tih
--
Tom Ivar Helbekkmo
tih@Hamartun.Priv.NO