diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-14 13:32:06 +0000 |
commit | 4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d (patch) | |
tree | 3c0e8bfe673a5c1e30efc1a8f7c2fa62a73243fc /lang/gcc31/Makefile | |
parent | aa0a6b33abb64a760dac34854c5336e9dd14e0c3 (diff) | |
download | ports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.tar.gz ports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.zip |
Notes
Diffstat (limited to 'lang/gcc31/Makefile')
-rw-r--r-- | lang/gcc31/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index 0b92fb1c433e..630eac1230de 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -79,6 +79,10 @@ MAN1= cpp31.1 g++31.1 g77-31.1 gcc31.1 gcov31.1 \ jcf-dump31.1 jv-scan31.1 jv-convert.1 MAN7= fsf-funding.7 gfdl.7 gpl.7 +.ifdef USE_GCC +.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again. +.endif + pre-fetch: @${ECHO} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}" |