bug-groff
[Top][All Lists]
Advanced

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

[bug #61052] Different version in "nroff" from that in "groff"


From: G. Branden Robinson
Subject: [bug #61052] Different version in "nroff" from that in "groff"
Date: Fri, 20 Aug 2021 19:57:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #61052 (project groff):

                  Status:                    None => In Progress            
             Assigned to:                    None => gbranden               

    _______________________________________________________

Follow-up Comment #1:

It appears that Makefile.am lets the .version file get incredibly stale.

Here's mine.

+version+
$ cat .version
1.22.4.rc2.3-bf01
-version-

Since it's not the mtime but the contents that matter, I think I will make a
.PHONY target for the temporary .version-t and then use cmp and mv to replace
.version with it if they differ.  This way .version-t will get updated on
_every_ build, but it'll only trigger an avalanche of dependency builds after
actual commits (or rebases) change the version string.

For the problem reported, once the above is done, adding a dependency on the
.version file to the nroff target in nroff.am should do the trick.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61052>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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