View Single Post
  #4   (View Single Post)  
Old 6th April 2015
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by bceverly View Post
I immediately hit the "invalid -C flag" error when I run "make build" from /usr/src and when I look at the makefile, it most certainly is invoking ${MAKE} with a -C option which the man page doesn't list as a valid flag.
You checked out a -current tree (or a 5.7 tree). The -C option to make was added recently:
http://marc.info/?l=openbsd-cvs&m=142331595208299&w=2
Your make dates from before the -C option was added. The option will be available in 5.7.

If you really know what you are doing, you will have to build and install the new make before building anything else.
Reply With Quote