X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=Makefile.am;h=072360c82a2d645d0deed473dbb381b82afbc6b8;hp=eb800e147c27d90e9be43860af8ab8c2a34fa357;hb=8c189c2a9b77fb326ab5f27a05bf2601e16af017;hpb=b05df3fcbfb8dbef4c87691d118c5b68aeb79e4a diff --git a/Makefile.am b/Makefile.am index eb800e1..072360c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ ChangeLog: cvs2cl -U cvsusers --fsf svn-clean: maintainer-clean - svn status --no-ignore | grep '^\?' | sed 's/^\? \+//g' | xargs rm -rf + svn status --no-ignore | sed -n 's/^\? \+//p' | tr '\012' '\0' | xargs -r0 rm -rf deb: dpkg-buildpackage -rfakeroot