Date: Sat, 26 Oct 1996 11:11:51 +0200 (MET DST) From: "Ph. Charnier" <charnier@xp11.frmug.org> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/1896: compilation errors in share/doc/psd/19.curses Message-ID: <199610260911.LAA06683@xp11.frmug.org> Resent-Message-ID: <199610262330.QAA22474@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 1896
>Category: docs
>Synopsis: compilation errors in share/doc/psd/19.curses
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 26 16:30:01 PDT 1996
>Last-Modified:
>Originator: Ph. Charnier
>Organization:
>Release: FreeBSD 2.2-CURRENT i386
>Environment:
>Description:
In /usr/src/share/doc/psd/19.curses, starting with an empty objdir, a make
world reports:
===> share/doc/psd/19.curses
/usr/libexec/vfontedpr /usr/src/share/doc/psd/19.curses/../../../../lib/libcurse
s/PSD.doc/ex1.c | grep -v "^'wh" > ex1.gr
/usr/libexec/vfontedpr /usr/src/share/doc/psd/19.curses/../../../../lib/libcurse
s/PSD.doc/ex2.c | grep -v "^'wh" > ex2.gr
tbl /usr/src/share/doc/psd/19.curses/../../../../lib/libcurses/PSD.doc/intro.2 >
intro.2.tbl
/usr/libexec/vfontedpr /usr/src/share/doc/psd/19.curses/../../../../lib/libcurse
s/PSD.doc/twinkle1.c | grep -v "^'wh" > twinkle1.gr
(cd /usr/obj/usr/src/share/doc/psd/19.curses; groff -mtty-char -Tascii -me -o1-
Master) | gzip -c > paper.ascii.gz
Master:35: can't open `macros': No such file or directory
Master:36: can't open `c_macros': No such file or directory
Master:37: can't open `intro.0': No such file or directory
[...]
>How-To-Repeat:
cd /usr/src/share/doc/psd/19.curses
make cleandir obj depend
make
>Fix:
Index: Makefile
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/psd/19.curses/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 1996/06/24 04:23:44 1.3
+++ Makefile 1996/10/26 09:01:22
@@ -30,9 +30,9 @@
.MAIN: all
Master: ${SRCLINKS}
- @for a in Master ${.ALLSRC}; do \
- test -e $$a || ln -s ${LSRCDIR}/$$a .; \
- done
+.for a in Master ${SRCLINKS}
+ test -e $a || ln -s ${LSRCDIR}/$a
+.endfor
intro.2.tbl: intro.2
${TBL} ${LSRCDIR}/intro.2 > intro.2.tbl
>Audit-Trail:
>Unformatted:
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610260911.LAA06683>
