patchGNU Autoconf Archive - Patches: patch #8462, missing .tag touch in...

 
 

patch #8462: missing .tag touch in ax_prog_doxygen.m4

Submitter:  None
Submitted:  Thu 15 May 2014 04:44:35 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 13 Sep 2014 10:43:03 PM UTC, comment #1: 

Pushed in commit fc33f6c.

Peter Simons <simons>
Group administrator
Thu 15 May 2014 04:44:35 PM UTC, original submission:  

The (commented-out) stanza

@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
rm -rf @DX_DOCDIR@
$(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)

in ax_prog_doxygen.m4 should have an extra final line,

echo Timestamp > $@

Without this, doxygen is run repeatedly, once for each target that depends on @DX_DOCDIR@/@PACKAGE@.tag, of which there can in general be many: once for each man page, once for the PDF docs, once for the HTML docs, etc.  Doxygen is also run, unnecessarily, at "make install" time, which is inappropriate.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by simons
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-10-15 simons StatusReady For Test Done
        Open/ClosedOpen Closed
    2014-09-13 simons StatusNone Ready For Test
        Assigned toNone simons
        Carbon-Copy- Added oren ben-kiki <oren@ben-kiki.org>

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code