[kernel] r15240 - in dists/trunk/linux-kbuild-2.6: arch arch/ia64 arch/ia64/scripts debian

Ben Hutchings benh at alioth.debian.org
Sat Feb 20 05:07:14 UTC 2010


Author: benh
Date: Sat Feb 20 05:07:11 2010
New Revision: 15240

Log:
Include ia64-specific scripts (Closes: #392592)

Added:
   dists/trunk/linux-kbuild-2.6/arch/
   dists/trunk/linux-kbuild-2.6/arch/ia64/
   dists/trunk/linux-kbuild-2.6/arch/ia64/scripts/
   dists/trunk/linux-kbuild-2.6/arch/ia64/scripts/Makefile
Modified:
   dists/trunk/linux-kbuild-2.6/debian/changelog

Added: dists/trunk/linux-kbuild-2.6/arch/ia64/scripts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-kbuild-2.6/arch/ia64/scripts/Makefile	Sat Feb 20 05:07:11 2010	(r15240)
@@ -0,0 +1,21 @@
+SCRIPTS = \
+	check-gas \
+	pvcheck.sed \
+	toolchain-flags \
+	unwcheck.py
+
+DATA = \
+	check-gas-asm.S \
+	check-model.c \
+	check-segrel.S \
+	check-segrel.lds \
+	check-serialize.S \
+	check-text-align.S
+
+OUTDIR = arch/ia64/scripts
+
+top_srcdir = ../../..
+
+VPATH = $(top_srcdir)/kbuild/$(OUTDIR)
+
+include $(top_srcdir)/Makefile.inc

Modified: dists/trunk/linux-kbuild-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-kbuild-2.6/debian/changelog	Sat Feb 20 05:04:10 2010	(r15239)
+++ dists/trunk/linux-kbuild-2.6/debian/changelog	Sat Feb 20 05:07:11 2010	(r15240)
@@ -2,6 +2,7 @@
 
   [ Ben Hutchings ]
   * New upstream release candidate
+  * Include ia64-specific scripts (Closes: #392592)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 20 Feb 2010 04:19:45 +0000
 



More information about the Kernel-svn-changes mailing list