diff options
| author | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 02:17:21 +1000 |
|---|---|---|
| committer | Nima Talebi <nima@autonomy.net.au> | 2009-05-24 02:17:21 +1000 |
| commit | 6b21c755269a80f3988259157d47430f491448be (patch) | |
| tree | 88ce4858a715c816fcb7c834f30e6588801a5239 /Makefile | |
| parent | af27ba4dd2ffdef8e4ee3abf187475c1b3303f71 (diff) | |
| download | python-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)' |
