MFC r278603, r278607:

r278603:
   Ensure ORGANIZATION_NAME is quoted when ORGANIZATION
   could contain strings of two or more words.

 r278607:
   Reduce number of lines to set ORGANIZATION_NAME in
   freebsd-organization.h.

PR: 		197540
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-02-14 01:33:11 +00:00
parent eeea8a185c
commit d3034a8493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=278740

View File

@ -59,7 +59,7 @@ DPSRCS+= freebsd-organization.h
CLEANFILES+= freebsd-organization.h
CFLAGS+= -I. -DHAS_ORGANIZATION_NAME
freebsd-organization.h:
@echo '#define ORGANIZATION_NAME ${ORGANIZATION}' \
@echo "#define ORGANIZATION_NAME \"$$(eval echo ${ORGANIZATION})\"" \
> freebsd-organization.h
.endif