Project

General

Profile

« Previous | Next » 

Revision 766

input.Makefile: Added svn_props rule for updating svn:ignore of dir and subdirs

View differences:

input.Makefile
50 50

  
51 51
#####
52 52

  
53
svn_props: _always
54
	svn propset svn:ignore "$$(svn propget svn:ignore ..)" .
55
	$(if $(wildcard test/),svn propset svn:ignore $$'*.out\n*.xml' test)
56

  
57
#####
58

  
53 59
reinstall: _always uninstall install ;
54 60

  
55 61
#####

Also available in: Unified diff