mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-16 16:06:03 +02:00
* fix for Mantis 16504, change order of tarcommand for busybox and
other embedded/old tars. git-svn-id: trunk@15290 -
This commit is contained in:
parent
3019d3e560
commit
83245e2b1b
@ -2006,7 +2006,7 @@ const fpcmakeini : array[0..219,1..240] of char=(
|
||||
'ZIPCMD_CDBASE:=cd $(sub','st /,$(ZIPPATHSEP),$(BASEDIR))'#010+
|
||||
'ifdef USETAR'#010+
|
||||
'ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)'#010+
|
||||
'ZIPCMD_ZIP:=$(TARPROG) cf$(TAROPT) $(ZIPDESTFILE) *'#010+
|
||||
'ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *'#010+
|
||||
'else'#010+
|
||||
'ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)'#010+
|
||||
'ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSE','P),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPD'+
|
||||
|
@ -1931,7 +1931,7 @@ ZIPCMD_CDPACK:=cd $(subst /,$(ZIPPATHSEP),$(PACKDIR))
|
||||
ZIPCMD_CDBASE:=cd $(subst /,$(ZIPPATHSEP),$(BASEDIR))
|
||||
ifdef USETAR
|
||||
ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(TAREXT)
|
||||
ZIPCMD_ZIP:=$(TARPROG) cf$(TAROPT) $(ZIPDESTFILE) *
|
||||
ZIPCMD_ZIP:=$(TARPROG) c$(TAROPT)f $(ZIPDESTFILE) *
|
||||
else
|
||||
ZIPDESTFILE:=$(DIST_DESTDIR)/$(FULLZIPNAME)$(ZIPEXT)
|
||||
ZIPCMD_ZIP:=$(subst /,$(ZIPPATHSEP),$(ZIPPROG)) -Dr $(ZIPOPT) $(ZIPDESTFILE) *
|
||||
|
Loading…
Reference in New Issue
Block a user