Kaydet (Commit) 81ab4d12 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS ause069 (1.3.32); FILE MERGED

2007/01/24 12:16:07 hjs 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED
2006/11/27 15:59:17 hjs 1.3.32.1: #i70359# remove forced shell calls
üst 8c347985
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: vg $ $Date: 2007-01-15 12:15:29 $
# last change: $Author: obo $ $Date: 2007-01-25 12:33:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -70,11 +70,11 @@ ALLTAR : make_test
make_test:
.IF $(NOREMOVE)
@+$(PERL) smoketest.pl -nr $(LAST_MINOR)
@$(PERL) smoketest.pl -nr $(LAST_MINOR)
.ELSE
@+$(PERL) smoketest.pl $(LAST_MINOR)
@$(PERL) smoketest.pl $(LAST_MINOR)
.ENDIF
noremove:
@+$(PERL) smoketest.pl -nr $(LAST_MINOR)
@$(PERL) smoketest.pl -nr $(LAST_MINOR)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment