Fixed up port auto detection to excude the CVS directory
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 May 2001 21:30:37 +0000 (21:30 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 5 May 2001 21:30:37 +0000 (21:30 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@778 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/Makefile

index 11c5de43c9831137428c12eb16f923103eeb141d..7d83bb99430e68fcb75870b3fbc78921c655dbc0 100644 (file)
@@ -16,7 +16,7 @@ SUBRESULTS_DIR = subresults
 
 GENERATE_CASES = generate-cases.py
 
-ALL_PORTS = $(notdir $(wildcard $(PORTS_DIR)/*))
+ALL_PORTS = $(filter-out CVS,$(notdir $(wildcard $(PORTS_DIR)/*)))
 
 test-ports:
        for i in $(ALL_PORTS); do $(MAKE) inter-port-clean test-port PORT=$$i; done