EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS Base R3.14.10-pre1 available for testing
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Fri, 3 Oct 2008 13:31:17 -0500
I have a much better fix which just involves modifying base/src/cap5/Makefile 
with the patch below.  This is now in CVS.

- Andrew

Index: Makefile
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/src/cap5/Attic/Makefile,v
retrieving revision 1.1.2.9
diff -d -u -b -p -r1.1.2.9 Makefile
--- Makefile    23 Sep 2008 22:15:04 -0000      1.1.2.9
+++ Makefile    3 Oct 2008 18:21:35 -0000
@@ -43,18 +43,15 @@ 
 include $(TOP)/configure/RULES

 ifdef T_A
-  PERL5_DIR = $(dir $(shell $(PERL) ../perlConfig.pl perl5))
-  XSUBPP = $(PERL5_DIR)xsubpp$(BAT)
-  PODCHECKER = $(PERL5_DIR)podchecker$(BAT)
-  TYPEMAP = $(shell $(PERL) ../perlConfig.pl privlib)/ExtUtils/typemap
+  EXTUTILS = $(shell $(PERL) ../perlConfig.pl privlib)/ExtUtils

   %.c: ../%.xs
        $(RM) $@ $@_new
-       $(XSUBPP) -typemap $(TYPEMAP) $< > $@_new && $(MV) $@_new $@
+       $(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap $< > $@_new && 
$(MV) $@_new $@

   %.html: %.pm
        $(RM) $@
-       $(PODCHECKER) $< && pod2html --infile=$< --outfile=$@
+       podchecker $< && pod2html --infile=$< --outfile=$@

   clean::
        $(RM) Cap5.c


-- 
Talk is cheap. Show me the code. -- Linus Torvalds

References:
Re: EPICS Base R3.14.10-pre1 available for testing Kazuro FURUKAWA
Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson

Navigate by Date:
Prev: Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson
Next: Re: libCom tests for EPICS BASE R3.14.10-RC1 :epicsMessageQueueTest Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS Base R3.14.10-pre1 available for testing Andrew Johnson
Next: Re: EPICS Base R3.14.10-pre1 available for testing Kazuro FURUKAWA
Index: 2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·