"make distribute" have changed, beware if you use it.

This commit is contained in:
phk 1995-02-25 20:51:14 +00:00
parent 9df089fd65
commit a9aface0ec
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
# $Id: bsd.doc.mk,v 1.16 1995/01/17 21:36:06 ache Exp $
# $Id: bsd.doc.mk,v 1.17 1995/01/17 22:04:38 ache Exp $
PRINTER?= ps
@ -103,7 +103,7 @@ afterinstall:
DISTRIBUTION?= doc
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
spell: ${SRCS}

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.10 1995/02/02 04:53:30 jkh Exp $
# $Id: bsd.info.mk,v 1.11 1995/02/11 05:28:31 phk Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@ -25,7 +25,7 @@ DISTRIBUTION= info
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if defined(SRCS)

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.8 1995/01/30 07:22:00 jkh Exp $
# $Id: bsd.kmod.mk,v 1.9 1995/02/08 21:35:26 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -104,7 +104,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(obj)

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $Id: bsd.lib.mk,v 1.21 1995/01/30 07:22:02 jkh Exp $
# $Id: bsd.lib.mk,v 1.22 1995/02/08 21:35:28 bde Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@ -295,7 +295,7 @@ afterinstall: realinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute: _LIBSUBDIR
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(lint)

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.prog.mk,v 1.21 1995/01/30 07:20:01 jkh Exp $
# $Id: bsd.prog.mk,v 1.22 1995/02/08 21:35:31 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -188,7 +188,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(lint)

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.subdir.mk,v 1.6 1995/01/14 07:51:10 jkh Exp $
# $Id: bsd.subdir.mk,v 1.7 1995/01/23 20:50:56 jkh Exp $
.MAIN: all
@ -59,7 +59,7 @@ afterdistribute:
.endif
.if !target(distribute)
distribute: _SUBDIRUSE
cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${RELEASEDIR}/${DISTRIBUTION}
cd ${.CURDIR} ; ${MAKE} afterdistribute DESTDIR=${DISTDIR}/${DISTRIBUTION}
.endif
.if !target(install)

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.8 1995/01/30 07:22:00 jkh Exp $
# $Id: bsd.kmod.mk,v 1.9 1995/02/08 21:35:26 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -104,7 +104,7 @@ realinstall: beforeinstall
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${DISTRIBUTION} SHARED=copies
.endif
.if !target(obj)