mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
r23281: Ensure we wipe all the right things in distclean.
Andrew Bartlett (This used to be commit 9bf7e4d89632b39da336b4c0de2aa5c1d7f25d9a)
This commit is contained in:
parent
f0daf9602d
commit
f7d79d3131
@ -269,7 +269,7 @@ distclean: clean
|
||||
-rm -f config.status
|
||||
-rm -f config.log config.cache
|
||||
-rm -f config.pm config.mk
|
||||
-rm -rf webapps/qooxdoo-*-sdk/frontend/framework/.cache
|
||||
-rm -rf ../webapps/qooxdoo-*-sdk/frontend/framework/.cache
|
||||
-rm -f $(PC_FILES)
|
||||
|
||||
removebackup:
|
||||
@ -417,7 +417,7 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage
|
||||
DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
|
||||
include/includes.d
|
||||
|
||||
dist:: distclean idl_full manpages configure
|
||||
dist:: idl_full manpages configure distclean
|
||||
|
||||
configure:
|
||||
./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user