Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1238063
  • 博文数量: 264
  • 博客积分: 10772
  • 博客等级: 上将
  • 技术积分: 2325
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-25 11:54
文章分类

全部博文(264)

文章存档

2012年(4)

2011年(51)

2010年(31)

2009年(57)

2008年(51)

2007年(70)

分类: LINUX

2010-12-22 19:28:19

subversion源代码包安装的话居然不能make uninstall

找了一圈,终于找到一个比较好的办法

You can use make install and DESTDIR to get a clean tree of the files
in the kit. The following (untested script) should delete all the
files of
the SVN source kit.

make install DESTDIR=/tmp/qqq
cd /tmp/qqq
find . -type f > list.txt
然后修改list.txt,把第一列所有的“.”去掉

----------------------
xargs rm -rf < list.txt
阅读(616) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

maoxiaoyun2013-10-11 19:08:58

真是神来之笔,谢谢楼主解决了我的问题

chinaunix网友2010-12-23 14:37:57

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com