From b165a3a9b5864235aa405bcb2c8612fba408be8f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 23 Apr 1995 13:02:52 +0000 Subject: Updated utils Makefiles! --- misc/mshell/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'misc/mshell/Makefile') diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 2a2694a528bc..491a20b543e5 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/15 03:45:46 asami Exp $ # DISTNAME= mshell @@ -16,16 +16,10 @@ MAINTAINER= jmz@FreeBSD.org NO_WRKSUBDIR= yes -EXTRACT_COOKIE?= ${.CURDIR}/.extract_done - -extract: fetch pre-extract ${EXTRACT_COOKIE} - -${EXTRACT_COOKIE}: - @echo "===> Extracting for ${DISTNAME}" +do-extract: @rm -rf ${WRKDIR} @mkdir -p ${WRKDIR} zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh) - @touch -f ${EXTRACT_COOKIE} .include -- cgit v1.2.3