You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
645 B

  1. From: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
  2. Date: Sat, 2 May 2015 10:26:53 +0200
  3. Subject: dont-gitclean-in-build
  4. ---
  5. build/build.mk | 1 -
  6. 1 file changed, 1 deletion(-)
  7. diff --git a/build/build.mk b/build/build.mk
  8. index 9452984..b964def 100644
  9. --- a/build/build.mk
  10. +++ b/build/build.mk
  11. @@ -63,6 +63,5 @@ gitclean-work:
  12. @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
  13. (echo "Rebuild .git/info/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.nice >> .git/info/exclude); \
  14. fi; \
  15. - git clean -X -f -d;
  16. .PHONY: $(ALWAYS) snapshot