summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-06-29 15:13:03 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-06-29 15:13:03 +0000
commit98971e34d5ac80ad79552182748549755604c061 (patch)
tree80672e93f9a3aaad7f0bd5c03875a1fc0abcc77f
parentAdd src-crypto-rsa (diff)
Drop large STDOUT of fpwmake into /dev/null
Notes
Notes: svn path=/head/; revision=29982
-rw-r--r--japanese/jargon-fpw/Makefile2
-rw-r--r--japanese/vera-fpw/Makefile2
-rw-r--r--japanese/web1913-fpw/Makefile2
-rw-r--r--japanese/wordnet-fpw/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/japanese/jargon-fpw/Makefile b/japanese/jargon-fpw/Makefile
index 185b88009f33..0e0b3f877b02 100644
--- a/japanese/jargon-fpw/Makefile
+++ b/japanese/jargon-fpw/Makefile
@@ -44,7 +44,7 @@ post-patch:
do-build:
cd ${WRKSRC}; \
- fpwmake -f ${MAKEFILE}; \
+ fpwmake -f ${MAKEFILE} > /dev/null; \
fpwmake -f ${MAKEFILE} catalogs
do-install:
diff --git a/japanese/vera-fpw/Makefile b/japanese/vera-fpw/Makefile
index 18f21d27eb8e..af4e72bdda91 100644
--- a/japanese/vera-fpw/Makefile
+++ b/japanese/vera-fpw/Makefile
@@ -37,7 +37,7 @@ pre-build:
do-build:
cd ${WRKSRC}; \
- fpwmake; \
+ fpwmake > /dev/null; \
fpwmake catalogs
do-install:
diff --git a/japanese/web1913-fpw/Makefile b/japanese/web1913-fpw/Makefile
index ef049cba8198..5d57c811297a 100644
--- a/japanese/web1913-fpw/Makefile
+++ b/japanese/web1913-fpw/Makefile
@@ -37,7 +37,7 @@ post-patch:
do-build:
cd ${WRKSRC}; \
- fpwmake; \
+ fpwmake > /dev/null; \
fpwmake catalogs
do-install:
diff --git a/japanese/wordnet-fpw/Makefile b/japanese/wordnet-fpw/Makefile
index dba34f32c2cb..5f0672575682 100644
--- a/japanese/wordnet-fpw/Makefile
+++ b/japanese/wordnet-fpw/Makefile
@@ -34,7 +34,7 @@ post-extract:
do-build:
cd ${WRKSRC}; \
- fpwmake; \
+ fpwmake > /dev/null; \
fpwmake catalogs
do-install: