mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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)
|
OBJDUMP:=@$(OBJDUMP)
|
||||||
STRIP:=@$(STRIP)
|
STRIP:=@$(STRIP)
|
||||||
WINDRES:=@$(WINDRES)
|
WINDRES:=@$(WINDRES)
|
||||||
CP:=@$(CP)
|
|
||||||
MKDIR:=@$(MKDIR)
|
MKDIR:=@$(MKDIR)
|
||||||
MKISOFS:=@$(MKISOFS)
|
|
||||||
DD:=@$(DD)
|
|
||||||
NDSTOOL:=@$(NDSTOOL)
|
|
||||||
GZIP:=@$(GZIP)
|
GZIP:=@$(GZIP)
|
||||||
MSGFMT:=@$(MSGFMT)
|
MSGFMT:=@$(MSGFMT)
|
||||||
UPX:=@$(UPX)
|
UPX:=@$(UPX)
|
||||||
|
|
|
||||||
|
|
@ -240,10 +240,7 @@ else
|
||||||
NASM?=nasm
|
NASM?=nasm
|
||||||
endif
|
endif
|
||||||
REMOVE?=rm -f
|
REMOVE?=rm -f
|
||||||
CP?=cp
|
|
||||||
MKDIR?=mkdir -p
|
MKDIR?=mkdir -p
|
||||||
MKISOFS?=mkisofs
|
|
||||||
DD?=dd
|
|
||||||
GZIP?=gzip
|
GZIP?=gzip
|
||||||
GZIP_OPTS?=-9 -f -n
|
GZIP_OPTS?=-9 -f -n
|
||||||
GZIP_OPT2=$(GZIP_OPTS) --rsyncable
|
GZIP_OPT2=$(GZIP_OPTS) --rsyncable
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue