This patch fixed the library makefile to delete the multiple indentical target in the same rule. This bug will cause library libu be buildtwice. Can gate keeper help review this patch? Following is the patch
Index: configure =================================================================== --- configure (revision 3363) +++ configure (working copy) @@ -1675,7 +1675,7 @@ if test "${BUILD_TARGET}" = "X8664" || test "${BUILD_TARGET}" = "IA32"; then - LIBLIST="libopen64rt libacml_mv $LIBLIST libu libinstr2" + LIBLIST="libopen64rt libacml_mv $LIBLIST libinstr2" ac_config_files="$ac_config_files osprey/targdir_lib/libopen64rt/Makefile osprey/targdir_lib/libinstr2/Makefile osprey/targdir_lib/libacml_mv/Makefile" fi Index: configure.ac =================================================================== --- configure.ac (revision 3363) +++ configure.ac (working copy) @@ -388,7 +388,7 @@ ]) if test "${BUILD_TARGET}" = "X8664" || test "${BUILD_TARGET}" = "IA32"; then - LIBLIST="libopen64rt libacml_mv $LIBLIST libu libinstr2" + LIBLIST="libopen64rt libacml_mv $LIBLIST libinstr2" AC_CONFIG_FILES([ osprey/targdir_lib/libopen64rt/Makefile osprey/targdir_lib/libinstr2/Makefile -- yongchong ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel