[pve-devel] r6168 - pve-common/trunk/data
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri Jun 24 20:02:09 CEST 2011
Author: dietmar
Date: 2011-06-24 20:02:09 +0200 (Fri, 24 Jun 2011)
New Revision: 6168
Modified:
pve-common/trunk/data/Makefile
Log:
fix bug
Modified: pve-common/trunk/data/Makefile
===================================================================
--- pve-common/trunk/data/Makefile 2011-06-24 12:07:34 UTC (rev 6167)
+++ pve-common/trunk/data/Makefile 2011-06-24 18:02:09 UTC (rev 6168)
@@ -27,7 +27,7 @@
.PHONY: clean
clean:
- rm *~
+ rm -rf *~
.PHONY: distclean
distclean: clean
More information about the pve-devel
mailing list