ICU-648 find all Makefile that make distclean left over :( and delete them
X-SVN-Rev: 2838
This commit is contained in:
parent
67b8697633
commit
059aa02203
@ -73,7 +73,8 @@ clean:
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
-$(MAKE) -C $(builddir) distclean
|
||||
-$(RM) `find $(builddir)/samples $(builddir)/test -name Makefile`
|
||||
#-$(RM) `find $(builddir)/samples $(builddir)/test -name Makefile -print`
|
||||
-$(RM) `find $(builddir) -name Makefile -print`
|
||||
$(RM) $(addprefix debian/,$(DEBIAN_FILES))
|
||||
dh_clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user