diff options
author | Soeren Sandmann <sandmann@redhat.com> | 2005-07-10 03:28:35 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-07-10 03:28:35 +0000 |
commit | f3b78b794403c24485001646da0d6e55046a305a (patch) | |
tree | 884936d9e7d7e83ae61507169515867ab92ad24e /module | |
parent | 3459f764d795f32585c97547d2514f34d65fd3ce (diff) |
Cache BinFiles by filename.
Sat Jul 9 23:20:39 2005 Soeren Sandmann <sandmann@redhat.com>
* binfile.c (bin_file_new): Cache BinFiles by filename.
* stackstash.c (stack_stash_free): Plug leak
* process.c (process_free_maps): Plug leak
* module/Makefile (install): Check that depmod exists before
running it.
Diffstat (limited to 'module')
-rw-r--r-- | module/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Makefile b/module/Makefile index c87b078..850c896 100644 --- a/module/Makefile +++ b/module/Makefile @@ -43,7 +43,7 @@ distdir: install: $(KMAKE) modules_install - depmod + [ -e /sbin/depmod ] && /sbin/depmod install-data: install-exec: |