Browse Source

* don't clean the original rtl dirs

peter 22 years ago
parent
commit
4f3290275d
2 changed files with 3 additions and 5 deletions
  1. 1 3
      tests/units/Makefile
  2. 2 2
      tests/units/Makefile.fpc

+ 1 - 3
tests/units/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/11/24]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/12/15]
 #
 #
 default: all
 default: all
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
@@ -1232,8 +1232,6 @@ fcl:
 	$(MAKE) -C ../../fcl all "OPT=$(OPT) -n"
 	$(MAKE) -C ../../fcl all "OPT=$(OPT) -n"
 	$(MAKE) -C ../../fcl install $(INSTALLOPT)
 	$(MAKE) -C ../../fcl install $(INSTALLOPT)
 clean : cleanall
 clean : cleanall
-	$(MAKE) -C ../../rtl clean
-	$(MAKE) -C ../../fcl clean
 else
 else
 rtl:
 rtl:
 	$(COPY) $(USEUNITDIR)/* .
 	$(COPY) $(USEUNITDIR)/* .

+ 2 - 2
tests/units/Makefile.fpc

@@ -29,8 +29,8 @@ fcl:
         $(MAKE) -C ../../fcl install $(INSTALLOPT)
         $(MAKE) -C ../../fcl install $(INSTALLOPT)
 
 
 clean : cleanall
 clean : cleanall
-        $(MAKE) -C ../../rtl clean
-        $(MAKE) -C ../../fcl clean
+#        $(MAKE) -C ../../rtl clean
+#        $(MAKE) -C ../../fcl clean
 
 
 else
 else