Makefile.common change

Dennis Gilmore dennis at ausil.us
Thu Apr 24 04:02:26 UTC 2008


On Wednesday 23 April 2008, Bill Nottingham wrote:
> Dennis Gilmore (dennis at ausil.us) said:
> > ? Makefile.common.branch
> > Index: Makefile.common
> > ===================================================================
> > RCS file: /cvs/pkgs/common/Makefile.common,v
> > retrieving revision 1.94
> > diff -u -r1.94 Makefile.common
> > --- Makefile.common	22 Apr 2008 15:44:53 -0000	1.94
> > +++ Makefile.common	24 Apr 2008 02:30:13 -0000
> > @@ -19,7 +19,7 @@
> >  ifndef HEAD_BRANCH
> >  HEAD_BRANCH := devel
> >  endif
> > -BRANCH:=$(shell [ -f branch ] && cat branch || echo $(HEAD_BRANCH))
> > +BRANCH:=$(lastword $(shell pwd| cut -d/ --output-delimiter=" " -f2-))
> >  # check to see if this is an early branched package; we should make this
> > more # generic in the future
> >  ifeq ($(BRANCH),devel)
>
> Seems good. Of course, there's 5000 ways to do it, with cut, awk,
> ${foo##*/}, etc.

Thanks ive applied

Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-buildsys-list/attachments/20080423/9c1a28d2/attachment.sig>


More information about the Fedora-buildsys-list mailing list