Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Feb 2004 09:41:17 -0800 (PST)
From:      Joe Horn <joehorn@leobbs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/63537: RELENG_5_2 /usr/src/Makefile.inc problem?!
Message-ID:  <200402291741.i1THfHVJ011706@www.freebsd.org>
Resent-Message-ID: <200402291750.i1THoKVt097980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63537
>Category:       i386
>Synopsis:       RELENG_5_2 /usr/src/Makefile.inc problem?!
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 29 09:50:20 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402291741.i1THfHVJ011706>