From nobody@FreeBSD.org  Sun Feb 29 09:41:18 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35F8816A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Feb 2004 09:41:18 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2F13743D2D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Feb 2004 09:41:18 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i1THfH72011707
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Feb 2004 09:41:17 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i1THfHVJ011706;
	Sun, 29 Feb 2004 09:41:17 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200402291741.i1THfHVJ011706@www.freebsd.org>
Date: Sun, 29 Feb 2004 09:41:17 -0800 (PST)
From: Joe Horn <joehorn@leobbs.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: RELENG_5_2 /usr/src/Makefile.inc problem?!
X-Send-Pr-Version: www-2.3

>Number:         63537
>Category:       i386
>Synopsis:       RELENG_5_2 /usr/src/Makefile.inc problem?!
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 29 09:50:20 PST 2004
>Closed-Date:    Thu May 20 17:50:39 PDT 2004
>Last-Modified:  Thu May 20 17:50:39 PDT 2004
>Originator:     Joe Horn
>Release:        FreeBSD 5.1-RELEASE-p12 i386
>Organization:
MI, CHU, TW
>Environment:
FreeBSD www.leobbs.net 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Fri Oct 17 01:00:25 CST 2003     root@www.leobbs.net:/usr/obj/usr/src/sys/www  i386
>Description:
www [/usr/src] -root- make update
"/usr/src/Makefile.inc1", line 739: warning: String comparison operator should be either == or !=
"/usr/src/Makefile.inc1", line 739: Malformed conditional ((!defined(NO_RESCUE) ||  defined(RELEASEDIR)) &&  (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101))
"/usr/src/Makefile.inc1", line 739: Missing dependency operator
"/usr/src/Makefile.inc1", line 741: if-less endif
"/usr/src/Makefile.inc1", line 741: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src.
>How-To-Repeat:
      
>Fix:
*** /usr/src/Makefile.inc1.orig Mon Mar  1 01:38:25 2004
--- /usr/src/Makefile.inc1      Mon Mar  1 01:38:46 2004
***************
*** 736,742 ****
  
  .if (!defined(NO_RESCUE) || \
      defined(RELEASEDIR)) && \
!     (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
  _crunchide=   usr.sbin/crunch/crunchide
  .endif
  
--- 736,742 ----
  
  .if (!defined(NO_RESCUE) || \
      defined(RELEASEDIR)) && \
!     ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
  _crunchide=   usr.sbin/crunch/crunchide
  .endif
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Thu May 20 17:49:29 PDT 2004 
State-Changed-Why:  
This is a FAQ, Please read /usr/src/UPDATING, especially the section 
"Common items" and use -DALWAYS_CHECK_MAKE 


http://www.freebsd.org/cgi/query-pr.cgi?pr=63537 
>Unformatted:
