Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/hp300/stand/mkboot Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/347dbe21137f
branches:  netbsd-1-4
changeset: 470917:347dbe21137f
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 25 16:20:44 2000 +0000

description:
Apply patch (requested by he):
  Fix build problem during ``make release'', caused by missing
  just-cleaned executable in the release phase.

diffstat:

 sys/arch/hp300/stand/mkboot/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r ac1bef44fe49 -r 347dbe21137f sys/arch/hp300/stand/mkboot/Makefile
--- a/sys/arch/hp300/stand/mkboot/Makefile      Mon Sep 25 16:18:10 2000 +0000
+++ b/sys/arch/hp300/stand/mkboot/Makefile      Mon Sep 25 16:20:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:44 lukem Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 2000/09/25 16:20:44 he Exp $
 
 .include <bsd.own.mk>
 
@@ -7,4 +7,6 @@
 
 LDSTATIC?=-static
 
+release: ${PROG}
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index