[BACK]Return to patch-build_maps_mk CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / base / patches

Annotation of ports/games/ufoai/base/patches/patch-build_maps_mk, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- build/maps.mk.orig Mon Nov 29 19:46:35 2010
        !             3: +++ build/maps.mk      Wed Apr 27 15:17:35 2011
        !             4: @@ -6,7 +6,7 @@ UFO2MAP = ./ufo2map
        !             5:  ifeq ($(USEWINDOWSCMD),1)
        !             6:      MAPSRCS := $(shell dir /S/B $(MAPSDIR)\*.map | findstr /V "tutorial" | findstr /V "autosave")
        !             7:  else
        !             8: -    MAPSRCS := $(shell find $(MAPSDIR) -name '*.map' \! -name 'tutorial*' \! -name '*autosave*' \! -name 'test*' )
        !             9: +    MAPSRCS := $(shell test -d $(MAPSDIR) && find $(MAPSDIR) -name '*.map' \! -name 'tutorial*' \! -name '*autosave*' \! -name 'test*' )
        !            10:  endif
        !            11:
        !            12:  BSPS := $(MAPSRCS:.map=.bsp)

CVSweb