diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 21:13:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 21:13:40 +0000 |
commit | 367b1822b716423a377346839c7a4b2c8af5207d (patch) | |
tree | dfe53a47321f20f57600d9148798b3187d788e9e | |
parent | b5ab9cd728cf7dda60476b84f333c495ddcaa60d (diff) |
Remove '-v' from the invocation of ln(1).
PR: 15623
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Notes
Notes:
svn path=/head/; revision=23936
25 files changed, 25 insertions, 25 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/staroffice5/Makefile b/editors/staroffice5/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/staroffice5/Makefile +++ b/editors/staroffice5/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index fc18982afafe..fb6d2571e383 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -47,7 +47,7 @@ IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun. .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: |