From 96d2af631908df62e471e02f171bf2f212bc4212 Mon Sep 17 00:00:00 2001 From: Lauri Aarnio Date: Thu, 5 Mar 2009 15:05:32 +0200 Subject: "devel" mode bugfix: Don't reverse automatically generated /usr/bin/* rules - don't create reverse mapping rules for programs that belong to the cross-gcc toolchain, etc. This is needed because otherwise "gcc" won't be able to find "cc1"; this is important once we have a better reverse rule generator (=really soon) --- lua_scripts/pathmaps/devel/00_default.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua_scripts') diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 1de0619..88288c5 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -400,7 +400,8 @@ devel_mode_rules_usr_bin = { {prefix = "/usr/bin/python", actions = python_bin_test}, -- next, automatically generated rules for /usr/bin: - {dir = "/usr/bin", chain = argvmods_rules_for_usr_bin}, + {dir = "/usr/bin", chain = argvmods_rules_for_usr_bin, + virtual_path = true}, -- don't reverse these. -- and finally, the default: {dir = "/usr/bin", -- cgit v1.2.3