(file) Return to test.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / test.mak (download)
Revision: 1.12, Fri Feb 11 00:22:16 2005 UTC (19 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.11: +0 -14 lines
BUG#: 2713
TITLE: Duplication in Makefiles

DESCRIPTION: Removed redundant Makefile target and command definitions.

ifeq ($(PEGASUS_PLATFORM), WIN32_IX86_MSVC)
    STRIPCRS = stripcrs $(RESULTFILE) $(MASTERRESULTFILE)
    DIFF = mu compare
    REDIRECTERROR = 2>&1
else
    STRIPCRS =
    DIFF = diff
    REDIRECTERROR = 2>&1
endif

ifdef DIFF
    COMPARERESULTS = @$(DIFF) $(MASTERRESULTFILE) $(RESULTFILE)
else
    COMPARERESULTS = @$(ECHO) "Results not compared."
endif

ifdef PEGASUS_TMP
    TMP_DIR = $(subst \,/,$(PEGASUS_TMP))
else
    TMP_DIR = .
endif

default:

#l10n
messages: $(ERROR)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2