summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-12 17:12:39 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-12 17:12:39 +0200
commit0e76f37815c9a9d218f1b2b1321a138964038e49 (patch)
tree45a33f7e62f8efbf33f28d69e902b93d8bad0cf8 /Makefile
parent8edf8556f59056a8043e4c1bd7af5e2ab63d161e (diff)
downloadpython-dmidecode-0e76f37815c9a9d218f1b2b1321a138964038e49.tar.gz
python-dmidecode-0e76f37815c9a9d218f1b2b1321a138964038e49.tar.xz
python-dmidecode-0e76f37815c9a9d218f1b2b1321a138964038e49.zip
More Makefile cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 669e7f3..30c3b2b 100644
--- a/Makefile
+++ b/Makefile
@@ -34,12 +34,13 @@ clean:
-rm -rf build
-rm -rf rpm
-rm -rf src/setup_common.py[oc]
- cd unit-tests && $(MAKE) clean
+ -rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.gz
+ $(MAKE) -C unit-tests clean
tarball:
rm -rf $(PACKAGE)-$(VERSION)
mkdir $(PACKAGE)-$(VERSION)
- cp -r contrib doc examples lib Makefile man README src dmidecode.py redhat.spec $(PACKAGE)-$(VERSION)
+ cp -r contrib doc examples lib Makefile man README src dmidecode.py $(PACKAGE)-$(VERSION)
tar -czvf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
rpm: tarball