diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-06-15 17:57:26 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-06-15 17:57:26 +0000 |
commit | 29bd595d7c2a09552b9af8db236c422ea8eb2abd (patch) | |
tree | 25117edf607d8b306114e218d8fd3c32e5fe91e3 | |
parent | Upgrade to 003. (diff) |
Fix the "make fetch" help string.
Noticed by: markm
Notes
Notes:
svn path=/head/; revision=83029
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | lang/icc7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 3966ec7307f4..4b0d7842eb22 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -46,7 +46,7 @@ CPIO?= /usr/bin/cpio OBJCOPY?= /usr/bin/objcopy .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}clin/noncom.htm or https://premier.intel.com/ \(whichever has the file; to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again" +IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}clin/noncom.htm or https://premier.intel.com/ \(whichever has the file\; to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again" .endif .if exists(${LINUXBASE}/boot/kernel.h) || \ diff --git a/lang/icc7/Makefile b/lang/icc7/Makefile index 3966ec7307f4..4b0d7842eb22 100644 --- a/lang/icc7/Makefile +++ b/lang/icc7/Makefile @@ -46,7 +46,7 @@ CPIO?= /usr/bin/cpio OBJCOPY?= /usr/bin/objcopy .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}clin/noncom.htm or https://premier.intel.com/ \(whichever has the file; to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again" +IGNORE= "Please manually download ${DISTFILES} from ${ICC_SITE}, ${ICC_SITE}clin/noncom.htm or https://premier.intel.com/ \(whichever has the file\; to access premier.intel.com you have to register at http://www.intel.com/software/products/registrationcenter/index.htm\; LOOK AT ALL 3 LOCATIONS, not every version is everywhere, but premier.intel.com has always the newest version\). With a little bit of luck it may also be available from ftp://download.intel.com/software/products/compilers/downloads/. Put it into ${DISTDIR} and run make again" .endif .if exists(${LINUXBASE}/boot/kernel.h) || \ |