diff options
author | Tom Rondeau | 2010-12-23 20:58:20 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-23 20:58:20 -0500 |
commit | 7222b938cbfe0afd0886e4ce5e032cb756724903 (patch) | |
tree | 2b3dc73cb14bf09d8e04093fa7f5ec57cd1602c8 | |
parent | 153de8c41caa9c478bec2f10b8a1167952809eed (diff) | |
download | gnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.tar.gz gnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.tar.bz2 gnuradio-7222b938cbfe0afd0886e4ce5e032cb756724903.zip |
clean now gets rid of unittest results. Passes distcheck.
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 95dacf987..9c36a4966 100644 --- a/Makefile.common +++ b/Makefile.common @@ -112,7 +112,8 @@ grc_blocksdir = $(pkgdatadir)/grc/blocks # Other common defines; use "+=" to add to these STAMPS = -MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT +MOSTLYCLEANFILES = $(BUILT_SOURCES) $(STAMPS) *.pyc *.pyo *~ *.tmp *.loT \ + .unittests/* .unittests/python/* # Don't distribute the files defined in the variable 'no_dist_files' dist-hook: |