summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-24 02:17:21 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-24 02:17:21 +1000
commit6b21c755269a80f3988259157d47430f491448be (patch)
tree88ce4858a715c816fcb7c834f30e6588801a5239 /Makefile
parentaf27ba4dd2ffdef8e4ee3abf187475c1b3303f71 (diff)
downloadpython-dmidecode-6b21c755269a80f3988259157d47430f491448be.tar.gz
python-dmidecode-6b21c755269a80f3988259157d47430f491448be.tar.xz
python-dmidecode-6b21c755269a80f3988259157d47430f491448be.zip
Broken commit - change in XML mapping design
Rather than hardcoding the data by function name (e.g. system, bios, connector, slot, etc), create each `type' as an individual XML tree, then group them under user-friendly names (as per the function names). Here the `pythonmap.xml' groups (but does not define) the various types (0..255), the types themselves are however defined in `typemap.xml'. This commit is broken, and a WIP.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48f3132..a0299c3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ vpath %.c $(SRC_D)
vpath %.h $(SRC_D)
vpath % $(OBJ_D)
-ifeq (0,1)
+ifeq (0,0)
TEMP:
sudo make install
sudo python -c 'import dmidecode; print "-"*80; print dmidecode.slot(); print "-"*80; print dmidecode.type(9)'