Project

General

Profile

« Previous | Next » 

Revision 6295

lib/forwarding.Makefile: $(subdirs): Also exclude .archive/

View differences:

lib/forwarding.Makefile
1 1
##### Subdir forwarding
2 2

  
3
subdirs := $(filter-out ../ ./ .svn/,$(call wildcard/,.*/ */))
3
subdirs := $(filter-out ../ ./ .svn/ .archive/,$(call wildcard/,.*/ */))
4 4
allSubdirs := $(subdirs) .public/
5 5

  
6 6
define subdirTargets

Also available in: Unified diff