Browse Source

* better compilerzip which recompiles rtl with the new compiler

peter 25 years ago
parent
commit
a75e1021bc
2 changed files with 5 additions and 1 deletions
  1. 3 1
      base/Makefile
  2. 2 0
      base/Makefile.fpc

+ 3 - 1
base/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.13 [2000/01/28]
+# Makefile generated by fpcmake v0.99.13 [2000/02/02]
 #
 
 defaultrule: info
@@ -1173,6 +1173,8 @@ gtkzip: rtl_clean
 compilerzip: compiler_clean rtl_clean
 	$(MAKE) rtl_all
 	$(MAKE) compiler_all
+	$(MAKE) rtl_clean
+	$(MAKE) rtl_all FPC=$(BASEDIR)/compiler/ppc386
 	$(MAKE) zipinstall ZIPTARGET='compiler_install rtl_install' ZIPNAME=compiler-$(PACKAGESUFFIX)
 
 fclzip: rtl_clean fcl_clean

+ 2 - 0
base/Makefile.fpc

@@ -124,6 +124,8 @@ gtkzip: rtl_clean
 compilerzip: compiler_clean rtl_clean
         $(MAKE) rtl_all
         $(MAKE) compiler_all
+        $(MAKE) rtl_clean
+        $(MAKE) rtl_all FPC=$(BASEDIR)/compiler/ppc386
         $(MAKE) zipinstall ZIPTARGET='compiler_install rtl_install' ZIPNAME=compiler-$(PACKAGESUFFIX)
 
 fclzip: rtl_clean fcl_clean