Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!tut.cis.ohio-state.edu!MITVMA.MIT.EDU!TEX7%ICNUCEVM.CNUCE.CNR.IT From: TEX7%ICNUCEVM.CNUCE.CNR.IT@MITVMA.MIT.EDU (Stefano Diomedi) Newsgroups: gnu.utils.bug Subject: bugs in gnu make 3.55 Message-ID: <8910131426.AA04447@life.ai.mit.edu> Date: 13 Oct 89 14:28:37 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 25 X-Unparsable-Date: Fri, 13 Oct 89 14:56:47 SET I think there are two bugs in make 3.55: 1. The character ; exits from a comment introduced by # in the dependencies line 2. Rules with no dependencies are always run, even if the the target of the rule is an existent file. Here is an example makefile for both points: ------------ target: .login # this ; is just a comment @echo "just a test" target2: @echo "This message should appear if the file target2 do not exist" ------------ Regards Stefano Diomedi Pisa - Italy