Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 00:52:28 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/boot2 Makefile
Message-ID:  <200210080752.g987qSwq018316@freefall.freebsd.org>

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

phk         2002/10/08 00:52:28 PDT

  Modified files:
    sys/boot/i386/boot2  Makefile 
  Log:
  Unbreak boot2 by backing out rev 1.36 to Makefile, which does not
  work as advertised:
  
          bang# pwd
          /bang/src/sys/boot/i386/boot2
          bang# make clean >& /dev/null
          bang# cvs -q update -r 1.35 Makefile >& /dev/null
          bang# make >& /dev/null
          bang# cat /usr/obj/`pwd`/boot2.h
          #define XREADORG 0x725
          bang# cvs -q update -r 1.36 Makefile > & /dev/null
          bang# make clean > & /dev/null
          bang# make > & /dev/null
          bang# cat /usr/obj/`pwd`/boot2.h
          #define XREADORG 0x25
          bang#
  
  Revision  Changes    Path
  1.37      +1 -3      src/sys/boot/i386/boot2/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?200210080752.g987qSwq018316>