~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Brian Aker
  • Date: 2010-01-11 23:45:50 UTC
  • Revision ID: brian@gaz-20100111234550-47uixlfn1pqk2ipl
Added merge-clean rule that I use :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
include drizzled/message/include.am
199
199
include support-files/include.am
200
200
include tests/include.am
 
201
 
 
202
merge-clean:
 
203
        find ./ | $(GREP) \.orig | xargs rm -f
 
204
        find ./ | $(GREP) \.rej | xargs rm -f
 
205
        find ./ | $(GREP) \~$$ | xargs rm -f
 
206
        bzr unknowns