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:
gjb 2015-02-14 01:33:11 +00:00
parent 0d3280506b
commit 15f285cc94

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