Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 1999 15:43:39 +0200
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        peter@FreeBSD.ORG
Cc:        FreeBSD Hackers <hackers@FreeBSD.ORG>
Subject:   ASAP: Makefile.upgrade broken in RELENG_3!!!
Message-ID:  <19990125154339.A22476@ucb.crimea.ua>

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

What's a hell?


Index: Makefile.upgrade
===================================================================
RCS file: /usr/FreeBSD-CVS/src/Makefile.upgrade,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -r1.9 -r1.9.2.1
2c2
< #	$Id: Makefile.upgrade,v 1.9 1999/01/07 07:20:41 peter Exp $
---
> #	$Id: Makefile.upgrade,v 1.9.2.1 1999/01/25 01:50:17 peter Exp $
294c294,295
< 	@cd ${.CURDIR}/sys/compile/GENERICupgrade; make install
---
> 	@cd ${.CURDIR}/sys/compile/GENERICupgrade; \
> 		OBJFORMAT=aout make KERNFORMAT=aout depend
                                                    ^^^^^^
                                                    ^^^^^^
This should be `install' instead!
At the same time, HEAD's commit was OK.
Fix it ASAP, please!!!

-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank
+380.652.247.647	Simferopol, Ukraine

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

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



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