Re: a GAR question



Bob,

Got the opportunity to try out your suggestion and found one other
surprise... There is no rule in gar.lib.mk to handle A-%-tar.gz so I
added one:

--- gar.lib.mk  2005-03-10 13:07:20.664732184 -0500
+++ gar.lib.mk- 2005-03-10 13:04:53.381124809 -0500
@@ -191,9 +191,6 @@
 extract-%.tar.Z: tar-gz-extract-%.tar.Z
        @$(MAKECOOKIE)
  
-extract-%-tar.gz: tar-gz-extract-%-tar.gz
-       @$(MAKECOOKIE)
-
 extract-%.tgz: tar-gz-extract-%.tgz
        @$(MAKECOOKIE)


-Joseph

==========================================================================

On Wed, 2005-03-09 at 17:43, Bob Kashani wrote:
> On Wed, 2005-03-09 at 16:02 -0500, Joseph E. Sacco, Ph.D. wrote:
> > I have a question about setting up a GAR Makefile for garnome.
> > 
> > Consider pwlib.  The source tarball found at
> > 
> >      http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
> > 
> > is 
> > 	pwlib-v1_8_3-src-tar.gz. 
> > 
> > When unpacked, the top of the source tree is named pwlib, not
> > pwlib-v1_8_3, which makes GAR very unhappy.  I worked around this
> > problem by unpacking the tarball manually and renaming the top of the
> > tree.
> > 
> > Question:
> > 
> > 	What is the correct way to do this?
> 
> WORKSRC = work/main.d/pwlib
> 
> Bob
> 
> -- 
> Bob Kashani
> http://www.ocf.berkeley.edu/~bobk/garnome
-- 
joseph_sacco[at]comcast[dot]net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]