Remove more crap in clean target
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 2 Feb 2017 17:40:32 +0000 (17:40 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 2 Feb 2017 17:40:32 +0000 (17:40 +0000)
debian/changelog
debian/rules
polly/autoconf/configure.bak [deleted file]

index 73427216d2efa792fde6cf2c708d3dc61b1c5982..39c7fe29bba9de65cc143a869f5ff789fe9f7a4a 100644 (file)
@@ -17,6 +17,9 @@ llvm-toolchain-3.8 (1:3.8.1-17+rpi1) stretch-staging; urgency=medium
   [changes brought forward from 1:3.8.1-12+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Mon, 03 Oct 2016 22:58:38 +0000]
   * Really disable testsuite.
 
+  [changes introduced in 1:3.8.1-17+rpi1 by Peter Michael Green]
+  * Remove more crap in clean target.
+
  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 02 Feb 2017 06:05:39 +0000
 
 llvm-toolchain-3.8 (1:3.8.1-17) unstable; urgency=medium
index 621a2bee801ef6a49104ced2048855c5bb66a8be..6263f1d3bdf9db68584a6efbe1b640b61069fd49 100755 (executable)
@@ -605,5 +605,17 @@ override_dh_auto_clean:
        rm -f $(CURDIR)/clang/tools/clang-format/clang-format-diff-$(LLVM_VERSION)
        rm -f $(CURDIR)/clang/tools/clang-format/clang-format-$(LLVM_VERSION).py
        rm -f `find . -name '*.pyc'`
+       rm -f clang/tools/scan-build-3.8/
+       rm -f clang/tools/scan-build/man/scan-build-3.8.1
+       rm -f clang/tools/scan-view-3.8/
+       rm -f debian/man/
+       rm -f utils/vim/ftdetect/llvm-3.8.vim
+       rm -f utils/vim/ftdetect/tablegen-3.8.vim
+       rm -f utils/vim/ftplugin/llvm-3.8.vim
+       rm -f utils/vim/ftplugin/tablegen-3.8.vim
+       rm -f utils/vim/indent/llvm-3.8.vim
+       rm -f utils/vim/llvm-3.8-vimrc
+       rm -f utils/vim/syntax/llvm-3.8.vim
+       rm -f utils/vim/syntax/tablegen-3.8.vim
 
 .PHONY: override_dh_strip preconfigure
diff --git a/polly/autoconf/configure.bak b/polly/autoconf/configure.bak
deleted file mode 100644 (file)
index f1cac90..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-dnl **************************************************************************
-dnl * Initialize
-dnl **************************************************************************
-AC_INIT([Polly],[0.01],[etherzhhb@gmail.com grosser@fim.uni-passau.de ojomojo@gmail.com])
-
-dnl Identify where LLVM source tree is
-LLVM_SRC_ROOT="../.."
-LLVM_OBJ_ROOT="../.."
-dnl Tell autoconf that the auxiliary files are actually located in
-dnl the LLVM autoconf directory, not here.
-AC_CONFIG_AUX_DIR($LLVM_SRC_ROOT/autoconf)
-
-dnl Tell autoconf that this is an LLVM project being configured
-dnl This provides the --with-llvmsrc and --with-llvmobj options
-LLVM_CONFIG_PROJECT($LLVM_SRC_ROOT,$LLVM_OBJ_ROOT)
-
-dnl Verify that the source directory is valid
-AC_CONFIG_SRCDIR(["Makefile.common.in"])
-
-dnl Configure a common Makefile
-AC_CONFIG_FILES(Makefile.common)
-
-dnl Configure project makefiles
-dnl List every Makefile that exists within your source tree
-AC_CONFIG_MAKEFILE(Makefile)
-AC_CONFIG_MAKEFILE(lib/Makefile)
-
-dnl **************************************************************************
-dnl * Determine which system we are building on
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Check for programs.
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Check for libraries.
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Checks for header files.
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Checks for typedefs, structures, and compiler characteristics.
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Checks for library functions.
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Enable various compile-time options
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Set the location of various third-party software packages
-dnl **************************************************************************
-
-dnl **************************************************************************
-dnl * Create the output files
-dnl **************************************************************************
-
-dnl This must be last
-AC_OUTPUT