Re: Makefile.inc1 warning

2002-08-09 Thread Ruslan Ermilov

On Fri, Aug 09, 2002 at 07:41:44AM +0200, John Hay wrote:
 Hi Ruslan,
 
 During make release I see a lot of these messages:
 
 #
 make: no target to make.
 /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/shar
 e/mk  CPUTYPE=i386 -V CPUTYPE returned non-zero status
 make: no target to make.
 /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/shar
 e/mk  CPUTYPE=i386 -V CPUTYPE returned non-zero status
 ##
 
There was a bug in make(1) that got fixed in make/main.c,v 1.68.
Because these warning are harmless, I decided to not force the
upgrade of installed make(1) in this case from src/Makefile.

(This was already reported on -current on August 7, in the
Makefile.inc1 thread, and a similar reply.)


Cheers,
-- 
Ruslan Ermilov  Sysadmin and DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age



msg41715/pgp0.pgp
Description: PGP signature


Re: Makefile.inc1 warning

2002-08-09 Thread John Hay

 On Fri, Aug 09, 2002 at 07:41:44AM +0200, John Hay wrote:
  Hi Ruslan,
  
  During make release I see a lot of these messages:
  
  #
  make: no target to make.
  /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/shar
  e/mk  CPUTYPE=i386 -V CPUTYPE returned non-zero status
  make: no target to make.
  /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/shar
  e/mk  CPUTYPE=i386 -V CPUTYPE returned non-zero status
  ##
  
 There was a bug in make(1) that got fixed in make/main.c,v 1.68.
 Because these warning are harmless, I decided to not force the
 upgrade of installed make(1) in this case from src/Makefile.
 
 (This was already reported on -current on August 7, in the
 Makefile.inc1 thread, and a similar reply.)

I missed the part that it was a make problem. I saw a commit to
Makefile.inc1 and after that I still had the problem. :-/ I'll
update make and try again.

Thanks.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message