mainBison - Support: sr #109580, .PHOMY in examples/local.mk

 
 

sr #109580: .PHOMY in examples/local.mk

Submitter:  None
Submitted:  Wed 07 Nov 2018 05:55:22 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  Done
Privacy:  Public Assigned to:  akim
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Nov 2018 08:53:46 PM UTC, comment #1: 

Thanks a lot!  I installed this:

commit 7efe0b5da3a1863f05f8a3dc67a0daf224ffa047
Author: Akim Demaille <akim.demaille@gmail.com>
Date:   Wed Nov 7 21:51:27 2018 +0100

    build: fix typo
   
    Reported by Horst Von Brand.
    https://savannah.gnu.org/support/?109580
   
    * examples/local.mk (.PHOMY): Rename as...
    (.PHONY): this.

diff --git a/THANKS b/THANKS
index d24f0d93..a5daf579 100644
--- a/THANKS
+++ b/THANKS
@@ -69,6 +69,7 @@ Goran Uddeborg            -email is unavailable-
 Guido Trentalancia        -email is unavailable-
 H. Merijn Brand           -email is unavailable-
 Hans Ã…berg                -email is unavailable-
+Horst Von Brand           -email is unavailable-
 Jan Nieuwenhuizen         -email is unavailable-
 Jannick                   -email is unavailable-
 Jerry Quinn               -email is unavailable-
diff --git a/examples/local.mk b/examples/local.mk
index 738293d6..6db28dce 100644
--- a/examples/local.mk
+++ b/examples/local.mk
@@ -56,7 +56,7 @@ EXTRA_DIST += %D%/extracted.stamp
 # that regular users have readable examples even before installing
 # Bison.
 dist-hook: examples-unline
-.PHOMY: examples-unline
+.PHONY: examples-unline
 examples-unline:
  for e in $(extracted); \
  do \


Please, in the future, just send a message to bug-bison@gnu.org.

Cheers!

Akim Demaille <akim>
Group administrator
Wed 07 Nov 2018 05:55:22 PM UTC, original submission:  

This appears in v3.2-17-g351e3630, examples/local.mk:

`dist-hook: examples-unline
.PHOMY: examples-unline
examples-unline:`

It is presumably .PHONY

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 akim (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-07 akim StatusNone Done
        Assigned toNone akim
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code