aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-26 20:38:46 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-03-26 20:38:46 +0000
commite6e0d125f81efead222d5df3bde2c1c628faf79f (patch)
treef61982e083c206393dbeb385530176eb87768106
parentb2a9095e4329277a5d793f88f64bacd088032406 (diff)
downloadsos-e6e0d125f81efead222d5df3bde2c1c628faf79f.tar.gz
updates
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@875 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--sos/Makefile3
-rw-r--r--sos/plugins/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/sos/Makefile b/sos/Makefile
index 8cdae373..6f71b799 100644
--- a/sos/Makefile
+++ b/sos/Makefile
@@ -6,6 +6,9 @@ PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)
PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)
+all:
+ echo "nada"
+
clean:
rm -f *.pyc *.pyo *~
diff --git a/sos/plugins/Makefile b/sos/plugins/Makefile
index d6439a3f..56b53d76 100644
--- a/sos/plugins/Makefile
+++ b/sos/plugins/Makefile
@@ -6,6 +6,9 @@ PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix')
PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER)
PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE)/plugins
+all:
+ echo "nada"
+
clean:
rm -f *.pyc *.pyo *~