Browse Source

* optcompzip also includes rtl so it can be used as a replacement for
base*.zip

peter 25 years ago
parent
commit
5209826848
2 changed files with 7 additions and 5 deletions
  1. 2 1
      base/Makefile
  2. 5 4
      base/Makefile.fpc

+ 2 - 1
base/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.13 [2000/02/09]
+# Makefile generated by fpcmake v0.99.13 [2000/02/14]
 #
 
 defaultrule: help
@@ -1346,6 +1346,7 @@ ide_fullgdbzip:
 optcompinstall:
 	$(MAKE) compiler_cycle OPT=-dNEWOPTIMIZATIONS
 	$(MAKE) compiler_install
+	$(MAKE) rtl_install
 
 optcompzip:
 	$(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall

+ 5 - 4
base/Makefile.fpc

@@ -219,11 +219,12 @@ ide_fullgdbzip:
         $(MAKE) -C ide/text zipinstall ZIPNAME=ide-full-$(PACKAGESUFFIX)
 
 optcompinstall:
-	$(MAKE) compiler_cycle OPT=-dNEWOPTIMIZATIONS
-	$(MAKE) compiler_install
+        $(MAKE) compiler_cycle OPT=-dNEWOPTIMIZATIONS
+        $(MAKE) compiler_install
+        $(MAKE) rtl_install
 
 optcompzip:
-	$(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall
+        $(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall
 
 
 ##########################################################################
@@ -270,7 +271,7 @@ build: build-stamp
 build-stamp:
 # create new compiler
 ifeq ($(OS_TARGET),win32)
-	-$(MAKE) compiler_cycle
+        -$(MAKE) compiler_cycle
 else
         $(MAKE) compiler_cycle
 endif