From 48758993b09a96f83c2bd190a5586421c90428e7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Jun 2014 11:11:56 +0200 Subject: refactor CPU_ARCH/ARCH variables After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make --- adk/tools/pkgmaker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adk/tools/pkgmaker.c') diff --git a/adk/tools/pkgmaker.c b/adk/tools/pkgmaker.c index 148e7a756..1e87536d5 100644 --- a/adk/tools/pkgmaker.c +++ b/adk/tools/pkgmaker.c @@ -365,7 +365,7 @@ int main() { p_ptr = NULL; s_ptr = NULL; - system("rm package/Config.in.auto.*"); + system("rm package/Config.in.auto.* 2>/dev/null"); unlink(runtime); /* open global sectionfile */ menuglobal = fopen("package/Config.in.auto.global", "w"); -- cgit v1.2.3