Date: Thu, 4 Mar 2004 22:53:25 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: Matt Smith <smimat64@email.pct.edu>, current@freebsd.org Subject: Re: make cleandir fails Message-ID: <p060204c3bc6da8ebc74b@[128.113.24.47]> In-Reply-To: <4047EE4D.5040303@email.pct.edu> References: <4047EE4D.5040303@email.pct.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
At 10:04 PM -0500 3/4/04, Matt Smith wrote: >make cleandir fails, line 733 > >"/usr/src/Makefile.inc1", line 773: warning: String comparison >operator should be either == or != >"/usr/src/Makefile.inc1", line 773: Malformed conditional >((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} ! >= ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) >"/usr/src/Makefile.inc1", line 773: Missing dependency operator >"/usr/src/Makefile.inc1", line 775: if-less endif >"/usr/src/Makefile.inc1", line 775: Need an operator >make: fatal errors encountered -- cannot continue >*** Error code 1 > >${BOOTSTRAPPING} appears to be a string. What release of freebsd are you running right now? (not "what are you upgrading to?", but "what do you already have installed?") It is extremely likely your version of make is not quite modern enough. Try: make upgrade_checks before trying the 'make cleandir'. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p060204c3bc6da8ebc74b>