[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
system/2751: texinfo Makefile.bsd-wrapper kills files needed for compilation
- To: gnats@openbsd.org
- Subject: system/2751: texinfo Makefile.bsd-wrapper kills files needed for compilation
- From: fransoa holop <fred@francis.unitra.sk>
- Date: Tue, 11 Jun 2002 16:37:05 +0200 (CEST)
- Resent-Date: Tue, 11 Jun 2002 08:40:03 -0600 (MDT)
- Resent-From: gnats@cvs.openbsd.org (GNATS Filer)
- Resent-Message-Id: <200206111440.g5BEe34g030153@cvs.openbsd.org>
- Resent-Reply-To: gnats@cvs.openbsd.org, fred@francis.unitra.sk
- Resent-To: bugs@cvs.openbsd.org
>Number: 2751
>Category: system
>Synopsis: texinfo Makefile.bsd-wrapper kills files needed for compilation
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 11 08:40:01 MDT 2002
>Closed-Date:
>Last-Modified:
>Originator: fransoa holop
>Release: 3.1
>Organization:
~/.signature not found.
>Environment:
System : OpenBSD 3.1
Architecture: OpenBSD.i386
Machine : i386
>Description:
1. texinfo Makefile.bsd-wrapper CLEANFILES defines files
which are not auto-generated anymore, thus killing them
for good. from NEWS:
. the doc.c, funs.h, and key.c files in info/ are no longer generated
2. also, the other files specified in CLEANFILES do not seem
to exist (after a fresh make): makeinfo/makeinfo.info
info/info.info info/info-stnd.info intl/libintl.h
3. warnings during the make:
"Makefile", line 185: warning: Extra target ignored
"Makefile", line 260: warning: Extra target ignored
i am short on these ;-(
>How-To-Repeat:
cd /usr/src/gnu/usr.bin/texinfo
make -f Makefile.bsd-wrapper
>Fix:
--- src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper.orig Tue Jun 11 16:13:26 2002
+++ src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper Tue Jun 11 16:30:51 2002
@@ -2,8 +2,7 @@
INFODIR= infodir=/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
-CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info \
- info/funs.h info/doc.c intl/libintl.h
+CLEANFILES=
MAN= doc/info.1 doc/install-info.1 doc/makeinfo.1 doc/texi2dvi.1
MAN+= doc/texindex.1 doc/info.5 doc/texinfo.5
>Release-Note:
>Audit-Trail:
>Unformatted: