bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] compile and install hurd.ti


From: Alfred M. Szmidt
Subject: [patch] compile and install hurd.ti
Date: Sun, 10 Aug 2003 16:24:41 +0200 (MEST)

For the time being I think that we should compile and install hurd.ti
when installing the Hurd.  Atleast untill ncurses gets updated and
includes our terminfo entry.  This will easy the installation of the
new console for users a bit.

2003-08-10  Alfred M. Szmidt  <ams@kemisten.nu>

        * Makefile (install): New target.

--- Makefile.~1.13.~    2002-09-22 01:28:01.000000000 +0000
+++ Makefile    2003-08-10 08:51:16.000000000 +0000
@@ -1,5 +1,5 @@
 #
-#   Copyright (C) 2002 Free Software Foundation, Inc.
+#   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 #   Written by Marcus Brinkmann.
 #
 #   This file is part of the GNU Hurd.
@@ -45,3 +45,7 @@
 #MIGSFLAGS += -imacros $(srcdir)/mutations.h
 
 include ../Makeconf
+
+# FIXME: Remove when ncurses includes out terminfo entry.
+install:
+       -tic -o $(prefix)/share/terminfo -x $(srcdir)/hurd.ti




reply via email to

[Prev in Thread] Current Thread [Next in Thread]