Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 08:01:27 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        stable@FreeBSD.ORG
Subject:   This ain't NetBSD.  You lose!
Message-ID:  <199902021301.IAA20354@kot.ne.mediaone.net>

next in thread | raw e-mail | index | archive | help
rm -f .depend
mkdep -f .depend -a    -DNDEBUG -I/home/mi/src/usr.bin/xlint/xlint/../lint1 -I/usr/obj/home/mi/src/tmp/usr/include  /home/mi/src/usr.bin/xlint/xlint/xlint.c /home/mi/src/usr.bin/xlint/xlint/../lint1/mem.c
/home/mi/src/usr.bin/xlint/xlint/xlint.c:333: #error "This ain't NetBSD.  You lose!"
mkdep: compile failed
*** Error code 1

Stop.


	#ifdef __FreeBSD__ 
		appcstrg(&cppflags, "-D__FreeBSD__=" __XSTRING(__FreeBSD__));  
	#else 
	#       error "This ain't NetBSD.  You lose!"
		appcstrg(&cppflags, "-D__NetBSD__");
	#endif

Somehow, __FreeBSD__ is not one of the mkdep's flags...

	-mi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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