Date: Fri, 1 Nov 1996 21:35:32 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: micro@sensenet.com Cc: freebsd-bugs@freebsd.org Subject: Re: MAXMEM in LINT... Message-ID: <199611012035.VAA22879@uriah.heep.sax.de> In-Reply-To: <199611011645.LAA00503@ip.sensenet.com> from "micro@sensenet.com" at "Nov 1, 96 11:45:40 am"
next in thread | previous in thread | raw e-mail | index | archive | help
As micro@sensenet.com wrote: > > Btw., yours should be > > > > options "MAXMEM='(128*1024)'" > Using the above breaks compilation of the kernel: > ../../i386/i386/machdep.c :line 1181 Character constant too large: This was meant to be for a 2.1.X system. For a >= 2.2 system, options no longer go into -D statements in the Makefile, but into opt_foo.h files, hence the single quotes must not be there. (With the -D, they have been passed on to a shell by `make', hence the single quotes.) The double quotes are always required, to prevent config from interpreting the text behind ``options''. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611012035.VAA22879>