summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/mule-common/Makefile12
-rw-r--r--editors/mule/Makefile12
-rw-r--r--japanese/mule-canna/Makefile12
-rw-r--r--japanese/mule-freewnn/Makefile12
-rw-r--r--japanese/mule-wnn6/Makefile12
-rw-r--r--japanese/mule-wnn7/Makefile12
-rw-r--r--textproc/coco/Makefile12
7 files changed, 42 insertions, 42 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/japanese/mule-canna/Makefile
+++ b/japanese/mule-canna/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/japanese/mule-freewnn/Makefile b/japanese/mule-freewnn/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/japanese/mule-freewnn/Makefile
+++ b/japanese/mule-freewnn/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/japanese/mule-wnn6/Makefile b/japanese/mule-wnn6/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/japanese/mule-wnn6/Makefile
+++ b/japanese/mule-wnn6/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/japanese/mule-wnn7/Makefile
+++ b/japanese/mule-wnn7/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}