From charnier@xp11.frmug.org  Sat Oct 26 16:22:02 1996
Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA21898
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Oct 1996 16:21:14 -0700 (PDT)
Received: (from uucp@localhost) by frmug.org (8.8.2/8.8.2) with UUCP id BAA00265 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Oct 1996 01:21:00 +0200 (MET DST)
Received: (from charnier@localhost) by xp11.frmug.org (8.8.2/8.7.3/xp11-uucp-1.1) id LAA06683; Sat, 26 Oct 1996 11:11:51 +0200 (MET DST)
Message-Id: <199610260911.LAA06683@xp11.frmug.org>
Date: Sat, 26 Oct 1996 11:11:51 +0200 (MET DST)
From: "Ph. Charnier" <charnier@xp11.frmug.org>
Reply-To: charnier@xp11.frmug.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: compilation errors in share/doc/psd/19.curses
X-Send-Pr-Version: 3.2

>Number:         1896
>Category:       docs
>Synopsis:       compilation errors in share/doc/psd/19.curses
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 26 16:30:01 PDT 1996
>Closed-Date:    Fri May 9 17:56:23 MEST 1997
>Last-Modified:  Fri May  9 17:56:41 MEST 1997
>Originator:     Ph. Charnier
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>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

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Fri May 9 17:56:23 MEST 1997 
State-Changed-Why:  
solved by rev 1.8 of src/share/doc/psd/19.curses/Makefile 
>Unformatted:
