use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference

to release.
This commit is contained in:
Poul-Henning Kamp 1995-02-26 01:27:27 +00:00
parent 77a6e242ae
commit 16c634b104
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6722

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.39 1995/01/24 22:30:37 ache Exp $ # $Id: Makefile,v 1.40 1995/02/09 11:09:41 jkh Exp $
# #
# Make command line options: # Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib # -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -17,11 +17,6 @@
# Put initial settings here. # Put initial settings here.
SUBDIR= SUBDIR=
# Must be first for "distribute" to work
.if exists(release)
SUBDIR+= release
.endif
.if exists(bin) .if exists(bin)
SUBDIR+= bin SUBDIR+= bin
.endif .endif
@ -106,7 +101,7 @@ hierarchy:
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo " Making hierarchy" @echo " Making hierarchy"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR}/release && ${MAKE} hierarchy cd ${.CURDIR}/etc && ${MAKE} distrib-dirs
update: update:
.if defined(SUP_UPDATE) .if defined(SUP_UPDATE)