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
0d3280506b
commit
15f285cc94
@ -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