mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
By adding common CLEANFILES and DISTCLEANFILES variables to common-rules.mk, we can remove these from most other Makefiles, and also clean files more consistently. Note that bin_PROGRAMS are already cleaned by 'make clean', so I removed cases where these were unnecessarily added to CLEANFILES.
This commit is contained in:
@@ -56,8 +56,7 @@ EXTRA_DIST = \
|
||||
run-java-tests \
|
||||
Makefile.inc
|
||||
|
||||
CLEANFILES = \
|
||||
bindtests.tmp \
|
||||
CLEANFILES += \
|
||||
com/redhat/et/libguestfs/*.class \
|
||||
com_redhat_et_libguestfs_GuestFS.h \
|
||||
doc-stamp \
|
||||
|
||||
Reference in New Issue
Block a user