Author: dcoakley Date: 2010-12-06 18:57:31 -0500 (Mon, 06 Dec 2010) New Revision: 3423
Modified: trunk/osprey/ipa/common/ipc_compile.cxx Log: Remove .IGNORE directive from IPA compilation makefile (bug 679). We should not be ignoring execution errors because this will result in a zero exit status (success) even when there is an IPA compilation failure. Note: prior to GNU make 3.81, we did not see any problems because the .IGNORE directive was broken and had no effect. See: http://lists.gnu.org/archive/html/bug-make/2005-09/msg00007.html Approved by: Sun Chan Modified: trunk/osprey/ipa/common/ipc_compile.cxx =================================================================== --- trunk/osprey/ipa/common/ipc_compile.cxx 2010-12-04 18:54:40 UTC (rev 3422) +++ trunk/osprey/ipa/common/ipc_compile.cxx 2010-12-06 23:57:31 UTC (rev 3423) @@ -1,4 +1,8 @@ /* + * Copyright (C) 2010 Advanced Micro Devices, Inc. All Rights Reserved. + */ + +/* * Copyright 2003, 2004, 2005, 2006 PathScale, Inc. All Rights Reserved. */ @@ -844,7 +848,6 @@ fprintf(makefile, "%s = %s\n\n", executable_macro_name, executable); fprintf(makefile, ".PHONY: default\n"); fprintf(makefile, "default: %s\n\n", executable_macro); - fprintf(makefile, ".IGNORE: %s\n\n", executable_macro); #ifdef KEY // bug 2487 // bug 3594: emit backslash if there is only symtab.o ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel