diff options
| author | David Sommerseth <davids@redhat.com> | 2010-01-08 19:27:35 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-01-08 19:27:35 +0100 |
| commit | 8462924ea831699ad3e5a2e6c25add902cf11bad (patch) | |
| tree | 86bfdd5c5a1e55ed391c9173c6a10d53c8a8ea92 /Makefile | |
| parent | 101070880e270118aa1f3992e2734a667dde575e (diff) | |
| download | python-dmidecode-8462924ea831699ad3e5a2e6c25add902cf11bad.tar.gz python-dmidecode-8462924ea831699ad3e5a2e6c25add902cf11bad.tar.xz python-dmidecode-8462924ea831699ad3e5a2e6c25add902cf11bad.zip | |
Port dmidump to use the new log API
This port will not create a new log buffer (Log_t), but log_append()
will print errors to stderr in this case, as the log buffer pointer
is NULL.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ $(PY)-dmidecodemod.so: $(SO) $(SO): $(PY) src/setup.py build -dmidump : src/util.o src/efi.o +dmidump : src/util.o src/efi.o src/dmilog.o $(CC) -o $@ src/dmidump.c $^ -g -Wall -D_DMIDUMP_MAIN_ install: @@ -35,7 +35,7 @@ uninstall: clean: -$(PY) src/setup.py clean --all - -rm -f *.so lib/*.o core dmidump + -rm -f *.so lib/*.o core dmidump src/*.o -rm -rf build -rm -rf rpm -rm -rf src/setup_common.py[oc] |
