]> sourceware.org Git - lvm2.git/commit
Fix some clean rules, fix previous distclean checkin.
authorDave Wysochanski <dwysocha@redhat.com>
Mon, 16 Mar 2009 20:00:10 +0000 (20:00 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Mon, 16 Mar 2009 20:00:10 +0000 (20:00 +0000)
commit74adacf96ade5b8372c3fab1e326153b0e832a83
treedd7fb15613449e917da7b1e5e97c1d4d3717c9bd
parenta384b413081cd510953a87232f195e6f0287e3b1
Fix some clean rules, fix previous distclean checkin.

In libdm/Makefile.in, we need to cleanup the symlink properly.
Adding to CLEAN_TARGETS seemed like the simplest way to do this
in the current build framework.  We could redo dependencies for
VERSIONED_SHLIB, but for now just add to CLEAN_TARGETS.

For scripts/Makefile.in, we should be adding to DISTCLEAN_TARGETS.
The generic rule in make.tmpl.in takes care of the cleanup.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Author: Takahiro Yasui <tyasui@redhat.com>
libdm/Makefile.in
scripts/Makefile.in
tools/Makefile.in
This page took 0.037388 seconds and 5 git commands to generate.