* debian/arch/*/Makefile.inc: Remove.

* debian/rules.real: Drop Makefile.inc usage.

svn path=/dists/trunk/linux-2.6/; revision=9142
This commit is contained in:
Bastian Blank 2007-07-15 13:43:53 +00:00
parent 0073dd1994
commit 5de9af4212
12 changed files with 0 additions and 45 deletions

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,3 +0,0 @@
#
# Variables
#

View File

@ -1,4 +0,0 @@
#
# Variables
#
image_postproc = strip -R .comment -R .note -K sun4u_init -K _end -K _start arch/$(subst 32,,$(subst -smp,,$*))/boot/image

11
debian/rules.real vendored
View File

@ -15,17 +15,6 @@ export PYTHONPATH = $(CURDIR)/debian/lib/python
export DH_OPTIONS
export DEB_HOST_ARCH DEB_HOST_GNU_TYPE DEB_BUILD_ARCH
#
# Build the list of common config files to be included
#
ifeq ($(SUBARCH),none)
basedir := debian/arch/$(ARCH)
else
basedir := debian/arch/$(ARCH)/$(SUBARCH)
endif
-include $(basedir)/Makefile.inc
include debian/rules.defs
#