[kernel] r5718 - dists/trunk/linux-2.6/debian
Jurij Smakov
jurij-guest at costa.debian.org
Tue Feb 7 04:20:36 UTC 2006
Author: jurij-guest
Date: Tue Feb 7 04:20:33 2006
New Revision: 5718
Modified:
dists/trunk/linux-2.6/debian/rules.real
Log:
Change image_postproc -> IMAGE_POSTPROC to be
consistent with convention.
Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real (original)
+++ dists/trunk/linux-2.6/debian/rules.real Tue Feb 7 04:20:33 2006
@@ -128,8 +128,8 @@
$(STAMPS_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR): $(STAMPS_DIR)/setup-$(ARCH)-$(SUBARCH)-$(FLAVOUR)
ln -fs "$$(command -v touch)" debian/build/touch.orig
cd '$(DIR)'; $(setup_env) PATH='$(CURDIR)/build:$(CURDIR)/bin:$(PATH)' $(kpkg_image) build
-ifdef image_postproc
- cd '$(DIR)'; $(image_postproc)
+ifdef IMAGE_POSTPROC
+ cd '$(DIR)'; $(IMAGE_POSTPROC)
endif
touch '$@'
More information about the Kernel-svn-changes
mailing list