build: fix distcheck by removing files manually

These files are not getting cleaned up as they are not integrated into the rest
of our build system. These are the extra makefiles to build build only eina, eo,
etc.

The trick with -C clean does not work here for me and this is the only way I
found to get a distcheck going through. Which is kinda important given we want to
do the first alpha tarballs for 1.18 next Monday.
This commit is contained in:
Stefan Schmidt 2016-06-01 17:11:09 +02:00
parent 9fdbbfa7a6
commit 0cea935d47
2 changed files with 15 additions and 11 deletions

View File

@ -504,3 +504,18 @@ pkgbuild::
clean-local:
rm -rf benchmark coverage
rm -f ./src/lib/emile/Makefile
rm -f ./src/lib/eo/Makefile
rm -f ./src/lib/eet/Makefile
rm -f ./src/lib/ecore/Makefile
rm -f ./src/lib/efl/Makefile
rm -f ./src/lib/efl/Efl_Config.h
rm -f ./src/lib/eina/Makefile
rm -f ./src/lib/eina/eina_config.h
rm -f ./src/lib/eio/Makefile
rm -f ./src/lib/elementary/Makefile
rm -f ./src/lib/elementary/Elementary.h
rm -f ./src/lib/ector/Makefile
rm -rf ./src/lib/ector/static_libs/rg_etc/.deps/
rm -f ./src/lib/evil/Makefile
rm -f ./src/lib/edje/Makefile

View File

@ -164,17 +164,6 @@ clean-local:
find . -type f -name '*.gcno' -delete
find . -type f -name '*.gcda' -delete
find . -type f -name check-results.xml -delete
make -C lib/evil clean
make -C lib/eina clean
make -C lib/eet clean
make -C lib/emile clean
make -C lib/eo clean
make -C lib/efl clean
make -C lib/ector clean
make -C lib/ecore clean
make -C lib/edje clean
make -C lib/eio clean
make -C lib/elementary clean
install-exec-hook:
$(MKDIR_P) $(DESTDIR)$(libdir)