Subject: stand Makefile
To: None <port-hp300@sun-lamp.cs.berkeley.edu>
From: David Carrel <carrel@cisco.com>
List: port-hp300
Date: 06/26/1994 20:49:43
Is there a reason why src/sys/arch/hp300/stand/Makefile overrides the value
of DESTDIR??  One of the first lines of the Makefile is:

DESTDIR=

which cause things like the bootblocks, to not get installed into the
proper /usr/mdec if DESTDIR is set.  It seems to be so purposefully placed
that I have to wonder if there is a reason, but I can't come up with it.

Dave

P.S.  This patch will change/fix it:

*** Makefile.orig	Sun Jun 26 19:12:43 1994
--- Makefile	Sun Jun 26 19:13:52 1994
***************
*** 1,8 ****
  #	from: @(#)Makefile	8.1 (Berkeley) 6/10/93
  #	     $Id: Makefile,v 1.7 1994/06/19 01:49:49 hpeyerl Exp $
  
- DESTDIR=
- 
  # RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
  RELOC=	FFF00000
  
--- 1,6 ----

------------------------------------------------------------------------------