Subject: Makefile boo-boos
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Mark P. Gooderum <mark@aggregate.com>
List: current-users
Date: 06/01/1994 17:29:01
I recently ran into this when changing BINOWN to root for NFS security
reasons.

So I did a egrep on all most of the Makefiles in src and ran accross
several Makefiles that have this problem.  This is as of the May 30th sources.

The following Makefiles in the src tree incorrectly reference the BINOWN
macro for the -g option of install:

	share/mk/Makefile
	share/tmac/Makefile
	usr.bin/lex/Makefile	
	usr.bin/strip/Makefile

I checked for all -g XXXOWN (egrep -e 'g[ 	]*\${...OWN') macros
but only BINOWN showed up problematically.

-Mark


	
	

	

------------------------------------------------------------------------------