mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
Raise an error if variety is something other than rash, hot, or cool.
Copied from Perforce Change: 183499 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
4950182f38
commit
73989d332e
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ ifeq ($(VARIETY),cool)
|
|||
CFLAGS=$(CFLAGSCOMMON) $(CFCOOL)
|
||||
CFLAGSLAX=$(CFLAGSCOMMONLAX) $(CFCOOL)
|
||||
else
|
||||
ifneq ($(VARIETY),)
|
||||
$(error Variety "$(VARIETY)" not recognized: must be rash/hot/cool)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue