help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: makeinfo: missing file argument


From: Kuroishi Mitsuo
Subject: Re: makeinfo: missing file argument
Date: Fri, 06 Apr 2012 16:22:02 +0900 (JST)

  Message-id: <4i7gxt5ofg.fsf@fencepost.gnu.org>
  From:       Glenn Morris <rgm@gnu.org>
  Subject:    Re: makeinfo: missing file argument
  Date:       Fri, 06 Apr 2012 03:06:59 -0400

  > >   > After you configure, what does doc/emacs/Makefile look like?
  > >   >   (best to send the whole thing as an attachment)
  > >
  > > copying below.
  > 
  > I don't see anything wrong with that.
  > You did not say what version of Make you are using. 

sorry. It's like this.

  % LC_ALL=C gmake --version
  GNU Make 3.81
  Copyright (C) 2006  Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.
  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE.

  This program built for i386-portbld-freebsd6.2


  > If you have GNU Make
  > available, please try with that.

And I tried that. Is it OK? 
If I do a something wrong with it, let me know about it. 

Thanks, 

--
Kuroishi Mitsuo


  |
  |~/tmp/2012-04-06% ls
  |Makefile
  |~/tmp/2012-04-06% cat Makefile 
  |SHELL = /bin/sh
  |
  |var1= \
  |        file1 \
  |        file2
  |
  |var2= file1 \
  |        file2
  |
  |one: ${var1}
  |        @echo $@ $<
  |
  |two: ${var2}
  |        @echo $@ $<
  |~/tmp/2012-04-06% touch file1 file2
  |~/tmp/2012-04-06% ls
  |Makefile        file1           file2
  |~/tmp/2012-04-06% make one
  |one
  |~/tmp/2012-04-06% gmake one
  |one file1
  |~/tmp/2012-04-06% make two
  |two
  |~/tmp/2012-04-06% gmake two
  |two file1
  |~/tmp/2012-04-06% 
  |




reply via email to

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