Browse Source

* merged from 1.0.x branch

peter 25 years ago
parent
commit
823b0277bc
2 changed files with 175 additions and 174 deletions
  1. 173 170
      utils/fpcmake.inc
  2. 2 4
      utils/fpcmake.ini

File diff suppressed because it is too large
+ 173 - 170
utils/fpcmake.inc


+ 2 - 4
utils/fpcmake.ini

@@ -111,7 +111,7 @@ ifndef FPC_VERSION
 FPC_VERSION:=$(shell $(FPC) -iV)
 FPC_VERSION:=$(shell $(FPC) -iV)
 endif
 endif
 
 
-export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION FPCOPT
+export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION
 
 
 
 
 [fpcdircheckenv]
 [fpcdircheckenv]
@@ -1273,9 +1273,7 @@ ifdef USETAR
         cd $(PACKDIR) ; $(TARPROG) cf$(TAROPT) $(DESTZIPDIR)/$(ZIPNAME)$(TAREXT) * ; cd $(BASEDIR)
         cd $(PACKDIR) ; $(TARPROG) cf$(TAROPT) $(DESTZIPDIR)/$(ZIPNAME)$(TAREXT) * ; cd $(BASEDIR)
 else
 else
         $(DEL) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT)
         $(DEL) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT)
-        cd $(PACKDIR)
-        $(ZIPPROG) -Dr $(ZIPOPT) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT) *
-        cd $(BASEDIR)
+        cd $(PACKDIR) ; $(ZIPPROG) -Dr $(ZIPOPT) $(DESTZIPDIR)/$(ZIPNAME)$(ZIPEXT) * ; cd $(BASEDIR)
 endif
 endif
         $(DELTREE) $(PACKDIR)
         $(DELTREE) $(PACKDIR)
 endif
 endif

Some files were not shown because too many files changed in this diff