mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
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:
parent
eeea8a185c
commit
d3034a8493
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=278740
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user