Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/pmax Pull up revision 1.2 (requested by simonb):



details:   https://anonhg.NetBSD.org/src/rev/23603fb19efa
branches:  netbsd-1-4
changeset: 469617:23603fb19efa
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 23:03:53 1999 +0000

description:
Pull up revision 1.2 (requested by simonb):
  Bring pmax release building machinery up-to-date.

diffstat:

 distrib/pmax/Makefile.inc |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 64bb5d542fd5 -r 23603fb19efa distrib/pmax/Makefile.inc
--- a/distrib/pmax/Makefile.inc Wed Oct 20 23:00:37 1999 +0000
+++ b/distrib/pmax/Makefile.inc Wed Oct 20 23:03:53 1999 +0000
@@ -1,4 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.1 1998/12/05 06:42:55 jonathan Exp $
+#      $NetBSD: Makefile.inc,v 1.1.2.1 1999/10/20 23:03:53 he Exp $
 
 REV!=sh ${.CURDIR}/../../../sys/conf/osrelease.sh -s
 VER!=sh ${.CURDIR}/../../../sys/conf/osrelease.sh
+
+.if target(install) && !defined(RELEASEDIR)
+beforeinstall:
+       @echo setenv RELEASEDIR before doing that!
+       @false
+.endif



Home | Main Index | Thread Index | Old Index