Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 1995 12:45:57 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-commiters@freefall.cdrom.com, cvs-usrbin@freefall.cdrom.com, rgrimes@freefall.cdrom.com
Subject:   Re: cvs commit: src/usr.bin/chflags Makefile
Message-ID:  <199507240245.MAA31145@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    usr.bin/chflags  Makefile
>  Log:
>  Set NOSHARED=true, having this binary static makes it much easier to
>  fix /usr/lib/*.so problems.

This should be `NOSHARED?= BELT_AND_SUSPENDERS_NOSHARED' where
BELT_AND_SUSPENDERS_NOSHARED defaults to true but I set it to empty in
/etc/make.conf.  Similarly for tar and gzip.  Slightly differently for
/bin and /sbin.  Better, use defaults for

	ALL_STATICALLY_LINKED,
	BIN_STATICALLY_LINKED
	SBIN_STATICALLY_LINKED
	USR_BIN_STATICALLY_LINKED
	USR_SBIN_STATICALLY_LINKED
	SH_STATICALLY_LINKED
	...

BTW, I haven't had any responses to my proposal to change `install' to
${INSTALL} in >= 81 Makefiles.

Bruce



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