Re: patch to close task #1017

2005-08-26 Thread Alfred M\. Szmidt
Commited to ams-branch. Index: hurd/ChangeLog 2005-08-25 Alfred M. Szmidt <[EMAIL PROTECTED]> * Makefile (MSGIDS): New variable. (all, install-msgids, $(datadir)/msgids): New targets. (install): Specify install-header and install-msgids as prerequisites. __

Re: patch to close task #1017

2005-08-26 Thread Alfred M\. Szmidt
Is it worth adding a rule for 'install-msgids' to the top-level Makefile? You can do `make -C hurd install-msgids' from the top-level build directory. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: patch to close task #1017

2005-08-25 Thread Thomas Schwinge
On Thu, Aug 25, 2005 at 09:06:59PM +0200, Alfred M. Szmidt wrote: > Index: hurd/ChangeLog > 2005-08-25 Alfred M. Szmidt <[EMAIL PROTECTED]> > > * Makefile (MSGIDS): New variable. > (all, install-msgids, $(datadir)/msgids): New targets. > (install): Specify install-header and in

Re: patch to close task #1017

2005-08-25 Thread Alfred M\. Szmidt
How about the following? Index: hurd/ChangeLog 2005-08-25 Alfred M. Szmidt <[EMAIL PROTECTED]> * Makefile (MSGIDS): New variable. (all, install-msgids, $(datadir)/msgids): New targets. (install): Specify install-header and install-msgids as prerequisites. Index:

Re: patch to close task #1017

2005-08-24 Thread Alfred M\. Szmidt
Will fix accordingly, thank you. ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: patch to close task #1017

2005-08-23 Thread Thomas Schwinge
On Fri, Aug 05, 2005 at 08:47:25PM +0200, Alfred M. Szmidt wrote: > hurd/ChangeLog > 2005-08-05 Alfred M. Szmidt <[EMAIL PROTECTED]> > > * Makefile (MSGIDS): New variable. > (all): New target. > (install-headers, install): Depend on `install-msgids'. > (install-msgids): N

Re: patch to close task #1017

2005-08-05 Thread Alfred M\. Szmidt
Could you wrap your lines after about 75 chars? What does everyone think of changing `make hurd.msgids` to `make msgids`? Since the former builds more then just hurd.msgids. `make ext2fs' builds far more than just `ext2fs'. ___ Bug-hurd mailing

Re: patch to close task #1017

2005-08-05 Thread Alfred M\. Szmidt
Roland, OK to commit? hurd/ChangeLog 2005-08-05 Alfred M. Szmidt <[EMAIL PROTECTED]> * Makefile (MSGIDS): New variable. (all): New target. (install-headers, install): Depend on `install-msgids'. (install-msgids): New target ($(datadir)/msgids): New target

patch to close task #1017

2005-08-05 Thread Harley D. Eades
Here is a patch for the $(HURD_SRC)/hurd/Makefile to install all the msgid files to $(prefix)/share/msgids. Can we get this commited so this task can be closed? I posted a few days ago asking for an agreement on where to store the files, Alfred was the only one who agreed(or even commented).