bug-groff
[Top][All Lists]
Advanced

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

[bug #59958] race in Makefile at generation of e.tmac and doc.tmac with


From: anonymous
Subject: [bug #59958] race in Makefile at generation of e.tmac and doc.tmac with bigger than -j1 eg. -j4
Date: Thu, 28 Jan 2021 21:50:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #3, bug #59958 (project groff):

oh the race code is in  tmac/tmac.am  in git groff

looks like this:

$(TMACSTRIPFILES): $(TMACUNSTRIPFILES)                                        
                                                          
  for f in $(TMACSTRIPFILES); do \                                            
                                                          
     sed -f $(tmac_srcdir)/strip.sed $(top_srcdir)/$$f-u \                    
                                                          
       > $(top_builddir)/$$f; \                                               
                                                          
  done                                                                        
                                                          
                                                                              
                                                          
$(TMACMDOCSTRIPFILES): $(TMACMDOCUNSTRIPFILES)                                
                                                          
  $(MKDIR_P) $(top_builddir)/tmac/mdoc                                        
                                                          
  for f in $(TMACMDOCSTRIPFILES); do \                                        
                                                          
     sed -f $(tmac_srcdir)/strip.sed $(top_srcdir)/$$f-u \                    
                                                          
       > $(top_builddir)/$$f; \                                               
                                                          
  done    

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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