mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
remove common lib object files on make cleanlib from source3
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this.
This commit is contained in:
parent
9b331df412
commit
10f65cc4ca
@ -2660,6 +2660,10 @@ uninstallpammodules::
|
||||
# Toplevel clean files
|
||||
TOPFILES=dynconfig.o
|
||||
|
||||
cleanlibs::
|
||||
-rm -f ../lib/*/*.o ../lib/*/*/*.o \
|
||||
../libcli/*.o ../libcli/*/*.o
|
||||
|
||||
clean:: cleanlibs
|
||||
-rm -f include/build_env.h
|
||||
-rm -f smbd/build_options.c
|
||||
|
Loading…
Reference in New Issue
Block a user