summaryrefslogtreecommitdiff
path: root/distrib/alpha/inst-common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/alpha/inst-common/Makefile.inc')
-rw-r--r--distrib/alpha/inst-common/Makefile.inc13
1 files changed, 2 insertions, 11 deletions
diff --git a/distrib/alpha/inst-common/Makefile.inc b/distrib/alpha/inst-common/Makefile.inc
index dea53b9e2c8..8d40d96fc2e 100644
--- a/distrib/alpha/inst-common/Makefile.inc
+++ b/distrib/alpha/inst-common/Makefile.inc
@@ -1,15 +1,12 @@
#
-# $OpenBSD: Makefile.inc,v 1.12 2015/09/19 10:44:01 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.13 2017/01/27 17:59:09 natano Exp $
#
# TOP is assumed to be defined by Makefile including this one.
CBIN?= instbin
-COMMONDIR= ${TOP}/inst-common
UTILS= ${TOP}/../miniroot
-MOUNT_POINT?= ${TOP}/${BASE}/fs
-
LISTS?= ${.CURDIR}/../common/list
CRUNCHCONF?= ${CBIN}.conf
MTREE= ${UTILS}/mtree.conf
@@ -25,17 +22,11 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
${MAKE} -f ${CBIN}.mk SRCLIBDIR=${.CURDIR}/../../../lib all
${STRIP} -R .eh_frame ${CBIN}
-do_files:
- mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
- TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
- REV=${REV} TARGDIR=${MOUNT_POINT} UTILS=${UTILS}\
- RELEASEDIR=${RELEASEDIR} sh ${UTILS}/runlist.sh ${LISTS}
- rm ${MOUNT_POINT}/${CBIN}
-
clean cleandir:
/bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
*.o *.lo *.c \
lib*.a lib*.olist ${CBIN}.map ${CLEANFILES}
+ /bin/rm -rf ${IMAGE}.d
.include <bsd.obj.mk>
.include <bsd.subdir.mk>