|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/04/21]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/05/16]
|
|
|
#
|
|
|
default: allexectests
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -1394,6 +1394,7 @@ makefiles: fpc_makefiles
|
|
|
ifneq ($(wildcard fpcmake.loc),)
|
|
|
include fpcmake.loc
|
|
|
endif
|
|
|
+unexport FPC_VERSION
|
|
|
ifndef TEST_FPC
|
|
|
TEST_FPC=$(wildcard $(dir $(CURDIR))compiler/$(notdir $(FPC)))
|
|
|
ifeq ($(TEST_FPC), )
|
|
@@ -1469,7 +1470,7 @@ copyfiles:
|
|
|
$(COPY) test/cg/obj/$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)/ctest.o test/cg
|
|
|
$(COPY) test/units/system/test*.txt .
|
|
|
testprep: testprep-stamp.$(TEST_OS_TARGET)
|
|
|
-testprep-stamp.$(TEST_OS_TARGET): utils units copyfiles FORCE
|
|
|
+testprep-stamp.$(TEST_OS_TARGET): utils units copyfiles
|
|
|
$(ECHO) $(DATE) > testprep-stamp.$(TEST_OS_TARGET)
|
|
|
ifneq ($(TEST_FPC),ppc386$(EXEEXT))
|
|
|
ifeq ($(findstring -c$(TEST_FPC),$(DOTESTOPT)),)
|