Hey Dave,

Actually, the patch broke things on Linux.  After looking around, a
suggestion on line was made to only create the link on install time
rather than build time (which makes sense to me).  Does the attached
patch work for you?

Al

On Fri, 2010-04-30 at 09:49 -0700, Al Chu wrote:
> Hey Dave,
> 
> Thanks, it'll be in the next release (wish I had waited 1 more day to
> release 0.8.5).
> 
> Al
> 
> On Fri, 2010-04-30 at 07:51 -0700, Dave Love wrote:
> > Solaris 10's cp doesn't have -d.  This is against 0.8.4 source.
> > 
-- 
Albert Chu
[email protected]
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory
--- ipmi-pef-config/src/Makefile.am	30 Apr 2010 16:48:17 -0000	1.4
+++ ipmi-pef-config/src/Makefile.am	4 May 2010 23:12:48 -0000
@@ -49,10 +49,6 @@ ipmi_pef_config_SOURCES = \
 	ipmi-pef-config-utils.c \
 	ipmi-pef-config-validate.c
 
-all: $(sbin_PROGRAMS)
-	rm -rf pef-config
-	$(LN_S) $(sbindir)/ipmi-pef-config pef-config
-
 $(top_builddir)/common/src/configtool/libconfigtoolcommon.la : force-dependency-check
 	@cd `dirname $...@` && $(MAKE) `basename $...@`
 
@@ -78,4 +74,4 @@ force-dependency-check:
 
 install-exec-hook:
 	$(install_sh) -d -m 755 $(DESTDIR)$(sbindir)
-	$(install_sh) -c ./pef-config $(DESTDIR)$(sbindir)
+	$(LN_S) $(sbindir)/ipmi-pef-config $(DESTDIR)$(sbindir)/pef-config
_______________________________________________
Freeipmi-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to