use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference
to release.
This commit is contained in:
parent
77a6e242ae
commit
16c634b104
9
Makefile
9
Makefile
@ -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:
|
||||
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
|
||||
@ -17,11 +17,6 @@
|
||||
# Put initial settings here.
|
||||
SUBDIR=
|
||||
|
||||
# Must be first for "distribute" to work
|
||||
.if exists(release)
|
||||
SUBDIR+= release
|
||||
.endif
|
||||
|
||||
.if exists(bin)
|
||||
SUBDIR+= bin
|
||||
.endif
|
||||
@ -106,7 +101,7 @@ hierarchy:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo " Making hierarchy"
|
||||
@echo "--------------------------------------------------------------"
|
||||
cd ${.CURDIR}/release && ${MAKE} hierarchy
|
||||
cd ${.CURDIR}/etc && ${MAKE} distrib-dirs
|
||||
|
||||
update:
|
||||
.if defined(SUP_UPDATE)
|
||||
|
Loading…
Reference in New Issue
Block a user