Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2000 18:39:35 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc/30upgrade Makefile ports/misc/31upgrade Makefile ports/misc/32upgrade Makefile ports/misc/34upgrade Makefile
Message-ID:  <200001130239.SAA80373@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       2000/01/12 18:39:35 PST

  Modified files:
    misc/30upgrade       Makefile 
    misc/31upgrade       Makefile 
    misc/32upgrade       Makefile 
    misc/34upgrade       Makefile 
  Log:
  Change
  
  .elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000
  
  to
  
  .elif ${OSVERSION} >= 400000
  
  The first version triggers a bug in the old make.  Since I won't be
  attempting to build these on an 2.2-stable machine anymore, just take
  out that part of the check.
  
  Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
  
  Revision  Changes    Path
  1.13      +3 -2      ports/misc/30upgrade/Makefile
  1.11      +3 -2      ports/misc/31upgrade/Makefile
  1.7       +3 -2      ports/misc/32upgrade/Makefile
  1.3       +3 -2      ports/misc/34upgrade/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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