pkgsrc-Bugs archive

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

Re: pkg/56259 Building eltclsh loops infinitely



The following reply was made to PR pkg/56259; it has been noted by GNATS.

From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56259 Building eltclsh loops infinitely
Date: Sat, 26 Jun 2021 11:21:53 +0200

 The Makefile has:
 
 .PHONY: depends 
 
 depends dependencies:: $(eltclshsrcs) $(commonsrcs)
         $(MKDEP) -c$(CC) -odependencies $(CPPFLAGS) $?
 
 ifneq (${MAKECMDGOALS},clean)
 -include dependencies
 endif
 
 
 Creating a file 'dependencies' breaks the gmake loop. Still no idea
 why it does loop at all.
 
 
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index