mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +02:00
* linux fixes
This commit is contained in:
parent
961d39e155
commit
9fbc71f77d
@ -73,13 +73,17 @@ testexecsuccess:
|
||||
@echo "Test for exec $(FILE) fails exec error $(EXERETVAL)" >>log
|
||||
endif
|
||||
|
||||
ifeq ($(wildcard $(FILE)$(EXEEXT)*),$(FILE)$(EXEEXT))
|
||||
ifeq ($(wildcard $(FILE)$(EXEEXT)),$(FILE)$(EXEEXT))
|
||||
testexec:
|
||||
@echo "Testing $(FILE)$(EXEEXT)"
|
||||
ifdef NOREDIR
|
||||
getret $(FILE)$(EXEEXT)
|
||||
else
|
||||
ifdef DJGPP
|
||||
redir -e $(FILE).elg -o $(FILE).elg getret $(FILE)$(EXEEXT)
|
||||
else
|
||||
getret $(FILE)$(EXEEXT) > $(FILE).elg 2>$(FILE).elg
|
||||
endif
|
||||
endif
|
||||
cp -f retcode $(FILE).exc
|
||||
$(MAKE) testexecsuccess 'FILE=$(FILE)' 'EXCFILE=$(FILE).exc'
|
||||
@ -222,7 +226,10 @@ info :
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1999-01-25 20:23:04 peter
|
||||
# Revision 1.2 1999-06-01 00:06:14 peter
|
||||
# * linux fixes
|
||||
#
|
||||
# Revision 1.1 1999/01/25 20:23:04 peter
|
||||
# * linux updates
|
||||
#
|
||||
# Revision 1.12 1999/01/19 18:01:43 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user