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 '$@'
 

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to