Change image_postproc -> IMAGE_POSTPROC to be

consistent with convention.

svn path=/dists/trunk/linux-2.6/; revision=5718
This commit is contained in:
Jurij Smakov 2006-02-07 04:20:33 +00:00
parent b1180e3de5
commit 5abbf3bd10
1 changed files with 2 additions and 2 deletions

4
debian/rules.real vendored
View File

@ -128,8 +128,8 @@ $(STAMPS_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR): DIR=$(BUILD_DIR)/build-$(ARCH
$(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 '$@'