[kernel] r8297 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Fri Feb 9 17:13:05 UTC 2007


Author: waldi
Date: Fri Feb  9 18:13:05 2007
New Revision: 8297

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
debian/rules.real: Remove PATH definition from make-kpkg calls.


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	Fri Feb  9 18:13:05 2007
@@ -160,7 +160,7 @@
 $(STAMPS_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-$(TYPE): $(STAMPS_DIR)/setup-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-$(TYPE)
 
 $(STAMPS_DIR)/build-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-kernel-package:
-	cd '$(DIR)'; $(setup_env) $(setup_env_kpkg_jobs) PATH='$(CURDIR)/build:$(CURDIR)/bin:$(PATH)' $(kpkg_image) build
+	cd '$(DIR)'; $(setup_env) $(setup_env_kpkg_jobs) $(kpkg_image) build
 	python2.4 debian/bin/abicheck.py $(DIR) $(ARCH) $(SUBARCH) $(FLAVOUR)
 	touch '$@'
 



More information about the Kernel-svn-changes mailing list