Subject: more lossage with read-only /usr/src
To: None <tech-toolchain@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 10/25/2001 21:42:34
Making all in po
file=/usr/src/tools/texinfo/../../gnu/dist/texinfo/po/`echo fr | sed 's,.*/,,'`.gmo  && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file /usr/src/tools/texinfo/../../gnu/dist/texinfo/po/fr.po
rm: /usr/src/tools/texinfo/../../gnu/dist/texinfo/po/fr.gmo: Read-only file system
*** Error code 1
1 error


this is "solved" by touch(1)ing this file (and man more) in the the
source tree ...


this is icky....


.mrg.