1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Clean up properly.

This commit is contained in:
Jelmer Vernooij 2008-09-24 14:49:12 +02:00
parent a19719ccea
commit 5c44ed6954
3 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,6 @@ extern const char *panic_action;
#include "../lib/util/time.h"
#include "../lib/util/data_blob.h"
#include "../lib/util/xfile.h"
#include "../lib/util/debug.h"
#include "../lib/util/mutex.h"
#include "../lib/util/byteorder.h"

View File

@ -2676,7 +2676,9 @@ clean:: cleanlibs
$(MODULES) $(TORTURE_PROGS) \
$(EVERYTHING_PROGS) \
bin/timelimit \
.headers.stamp */src/*.o
.headers.stamp */src/*.o \
../lib/*/*.o \
../libcli/*.o ../libcli/*/*.o
-rm -rf t_dir
include/build_env.h: script/build_env.sh

View File

@ -136,6 +136,7 @@ ifneq ($(SKIP_DEP_FILES),yes)
clean::
@echo Removing dependency files
@find . -name '*.d' -o -name '*.hd' | xargs rm -f
@find ../lib -name '*.d' -o -name '*.hd' | xargs rm -f
endif
else
include $(srcdir)/static_deps.mk