change distclean to delete configure generated files
This commit is contained in:
10
Makefile.in
10
Makefile.in
@@ -69,12 +69,14 @@ distro-pack-install: install
|
|||||||
./bin/distro-install-sdk
|
./bin/distro-install-sdk
|
||||||
./bin/distro-install-file-lists
|
./bin/distro-install-file-lists
|
||||||
|
|
||||||
distclean:
|
distclean: clean
|
||||||
-rm config.cache
|
|
||||||
-rm config.log
|
|
||||||
ifeq (@BUILD_DMAKE@,YES)
|
ifeq (@BUILD_DMAKE@,YES)
|
||||||
-$(GNUMAKE) -C dmake distclean
|
-test -f dmake/Makefile && $(MAKE) -C dmake distclean
|
||||||
endif
|
endif
|
||||||
|
rm -rf Env.Host.sh Makefile aclocal.m4 autogen.lastrun autom4te.cache \
|
||||||
|
bin/repo-list bootstrap config.log config.status configure \
|
||||||
|
desktop/scripts/soffice.sh ooo.lst post_download post_download.log \
|
||||||
|
set_soenv set_soenv.last set_soenv.stamp src.downloaded warn
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
. ./Env.Host.sh && \
|
. ./Env.Host.sh && \
|
||||||
|
Reference in New Issue
Block a user