mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
Removed makefile options that existed only for the removed ports
This commit is contained in:
parent
38c109ddd2
commit
7ebaa58997
2 changed files with 0 additions and 7 deletions
|
@ -187,11 +187,7 @@ ifndef ECHO
|
|||
OBJDUMP:=@$(OBJDUMP)
|
||||
STRIP:=@$(STRIP)
|
||||
WINDRES:=@$(WINDRES)
|
||||
CP:=@$(CP)
|
||||
MKDIR:=@$(MKDIR)
|
||||
MKISOFS:=@$(MKISOFS)
|
||||
DD:=@$(DD)
|
||||
NDSTOOL:=@$(NDSTOOL)
|
||||
GZIP:=@$(GZIP)
|
||||
MSGFMT:=@$(MSGFMT)
|
||||
UPX:=@$(UPX)
|
||||
|
|
|
@ -240,10 +240,7 @@ else
|
|||
NASM?=nasm
|
||||
endif
|
||||
REMOVE?=rm -f
|
||||
CP?=cp
|
||||
MKDIR?=mkdir -p
|
||||
MKISOFS?=mkisofs
|
||||
DD?=dd
|
||||
GZIP?=gzip
|
||||
GZIP_OPTS?=-9 -f -n
|
||||
GZIP_OPT2=$(GZIP_OPTS) --rsyncable
|
||||
|
|
Loading…
Reference in a new issue