Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Build error - terminfo related
On Thu, Feb 11, 2010 at 11:57:28AM -0800, Paul Goyette wrote:
> The error was during an -u (update) build. Building from clean $OBJDIR
> and $DESTDIR works fine.
>
> Maybe some .d file didn't get rebuilt?
With the following lines added to libterminfo/Makefile compiling w/ -jxx
works fine for me:
cvs diff -u Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/src/lib/libterminfo/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 11 Feb 2010 14:49:56 -0000 1.8
+++ Makefile 12 Feb 2010 10:08:42 -0000
@@ -20,6 +20,14 @@
term.c: rescue.c
+term.o: rescue.c
+
+term.po: rescue.c
+
+term.so: rescue.c
+
+term.ln: rescue.c
+
MAN= terminfo.3 terminfo.5
MLINKS= terminfo.3 setupterm.3 \
terminfo.3 set_curterm.3 terminfo.3 del_curterm.3 \
Just tested on MacOSX for amd64, alpha and i386.
Kurt
Home |
Main Index |
Thread Index |
Old Index