patchgrep - Patches: patch #3965, Remove $(srcdir) from grep.po and...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3965: Remove $(srcdir) from grep.po and stamp-cat-id targets in po/Makefile.in.in

Submitter:  Tony Abou-Assaleh <taa>
Submitted:  Sat 30 Apr 2005 03:20:05 PM UTC
   
 
Category:  None Priority:  3 - Low
Status:  Invalid Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Mon 08 Mar 2010 05:22:33 PM UTC, comment #2: 

Not needed in git.

Paolo Bonzini <bonzini>
Sun 01 May 2005 10:08:00 AM UTC, comment #1: 

Isn't there the problem that, when using a production package where "grep.pot" is precomputed, it will reside under srcdir, but in any other situation where it is initially absent and has to be recomputed, it will eventually reside under the build directory?

This comment doesn't apply to "stamp-cat-id" as it is always a generated file; the srcdir there can probably be safely removed.

Charles Levert <charles_levert>
Sat 30 Apr 2005 03:20:05 PM UTC, original submission:  

'make dist' fails under autoconf-2.59_2 and automake-1.9.5 on FreeBSD 5.2.1-RELEASE. The reasons is that there are two dependencies in po/Makefile.in.in that are specified as '$(PACKAGE).pot' and 'stamp-cat-id', while the corresponding targets are specified as '$(srcdir)/$(PACKAGE).pot' and '$(srcdir)/stamp-cat-id', respectively. This patch removes '$(srcdir)' from these two targets.

Tony Abou-Assaleh <taa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8770:  po-grep.pot_and_stamp-cat-id.patch added by taa (906B - text/plain - Remove $(srcdir) from grep.po and stamp-cat-id targets in po/Makefile.in.in)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bonzini (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-08 bonzini StatusNone Invalid
        Open/ClosedOpen Closed
    2005-04-30 taa Attached File- Added po-grep.pot_and_stamp-cat-id.patch, #4539

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code