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

Bastian Blank waldi at alioth.debian.org
Thu Sep 27 17:33:35 UTC 2007


Author: waldi
Date: Thu Sep 27 17:33:35 2007
New Revision: 9579

Log:
debian/rules: Remove long unused config check targets.


Modified:
   dists/trunk/linux-2.6/debian/rules

Modified: dists/trunk/linux-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-2.6/debian/rules	(original)
+++ dists/trunk/linux-2.6/debian/rules	Thu Sep 27 17:33:35 2007
@@ -96,22 +96,4 @@
 	@echo
 	exit 1
 
-#
-# Rule to check all configs snipplets in debian/arch
-#
-
-CheckConfs_DIR := $(BUILD_DIR)/check
-
-$(CheckConfs_DIR) source-configs: debian/control $(BUILD_DIR) $(STAMPS_DIR)
-	$(MAKE) -f debian/rules.gen setup-$(DEB_HOST_ARCH)-real
-	rm -rf '$(CheckConfs_DIR)'
-	cp -al $(BUILD_DIR)/source $(CheckConfs_DIR)
-
-check-configs: $(CheckConfs_DIR)
-	@echo "Checking all configuration files"
-	ocaml debian/bin/kconfig.ml -c -b "debian/arch"
-
-clean-configs:
-	rm -rf '$(CheckConfs_DIR)'
-
 .PHONY: clean build setup binary-indep binary-arch binary



More information about the Kernel-svn-changes mailing list