Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2005 19:13:13 -0700 (PDT)
From:      David LeCount <snailboy1@yahoo.com>
To:        "Björn" "König" <bkoenig@cs.tu-berlin.de>, freebsd-questions@freebsd.org
Subject:   Re: Upgraded to 6.0 beta, now "makefiles possibly broken"
Message-ID:  <20050728021313.76697.qmail@web53906.mail.yahoo.com>
In-Reply-To: <42E83A49.1070402@cs.tu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--- Björn König <bkoenig@cs.tu-berlin.de> wrote:

> It seems like that there is a problem with
> /usr/share/mk/bsd.compat.mk. 
> The correct output would be
> 
>  > portupgrade-20041226_5
>  >
>  >
> 
> only. Can you show me your bsd.compat.mk?
> 
> Björn
> 

# $FreeBSD: src/share/mk/bsd.compat.mk,v 1.20
2005/03/02 11:53:21 trhodes Exp $

.if !defined(BURN_BRIDGES)
.for oldnew in \
        NOATM:NO_ATM \
        NOCLEANDIR:NO_CLEANDIR \
        NOCRYPT:NO_CRYPT \
        NODOCCOMPRESS:NO_DOCCOMPRESS \
        NOEXTRADEPEND:NO_EXTRADEPEND \
        NOFORTH:NO_FORTH \
        NOFSCHG:NO_FSCHG \
        NOGAMES:NO_GAMES \
        NOHTML:NO_HTML \
        NOINET6:NO_INET6 \
        NOINFO:NO_INFO \
        NOINFOCOMPRESS:NO_INFOCOMPRESS \
        NOINSTALLLIB:NO_INSTALLLIB \
        NOLIBC_R:NO_LIBC_R \
        NOLIBPTHREAD:NO_LIBPTHREAD \
        NOLIBTHR:NO_LIBTHR \
        NOLINT:NO_LINT \
        NOMAN:NO_MAN \
        NOMANCOMPRESS:NO_MANCOMPRESS \
        NOMLINKS:NO_MLINKS \
        NOOBJ:NO_OBJ \
        NOPAM:NO_PAM \
        NOPIC:NO_PIC \
        NOPROFILE:NO_PROFILE \
        NO_RCMNDS:NO_RCMDS \
        NOSHARE:NO_SHARE \
        NOSHARED:NO_SHARED \
        NOTAGS:NO_TAGS
.for old in ${oldnew:C/:.*//}
.for new in ${oldnew:C/.*://}
.if defined(${old}) && !defined(${new})
.warning ${old} is deprecated in favor of ${new}
${new}= ${${old}}
.endif
.endfor
.endfor
.endfor
.endif

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050728021313.76697.qmail>