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.
__
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
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
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:
Will fix accordingly, thank you.
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
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
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
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
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).