[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OSF or Tru64 or "Digital UNIX" make problems: #: Such file or directory does not exist. (ITS#811)



Thanks, I committed a fix to HEAD and will fix this in OPENLDAP_REL_ENG_2.
The sh(1) input should contain such comments.

Kurt

At 06:34 PM 10/9/00 +0000, alan@esu.edu wrote:
>Full_Name: Alan Angulo
>Version: 2.0.6
>OS: Tru64 UNIX V.4.0E
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (192.147.113.163)
>
>
>PROBLEM:
>--------
>The version of make interprets the comments within a section of them Makefile as
>a file. The format is
>
>SECTION:
>  @# This is a comment
>  commands...
>
>The @# gets interpreted as a file and the make fails with a "No such file or
>directory" message.
>
>SOLUTION:
>---------
>use gnu make: gmake