[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)

Thierry Vignaud thierry.vignaud at gmail.com
Thu Mar 14 19:47:36 CET 2013


On 13 March 2013 20:52,  <root at mageia.org> wrote:
> Revision 7542 Author alien Date 2013-03-13 20:52:07 +0100 (Wed, 13 Mar 2013)
>
> Log Message
>
> - fix loading modules with "-" in their names (mga#9242)
> - add an easy buildtarget for testing

A couple remarks:
- next time do a commit a time (first your change, then bumping version)
- please revert your dist-svn-test;
  when one wants to test, either he commits in git-svn or he locally runs "make"

I hope you tested several modules with both case?

> Modified Paths
>
> drakx/trunk/mdk-stage1/Makefile
> drakx/trunk/mdk-stage1/NEWS
> drakx/trunk/mdk-stage1/modules.c
>
> Modified: drakx/trunk/mdk-stage1/Makefile
> ===================================================================
> --- drakx/trunk/mdk-stage1/Makefile 2013-03-12 19:12:12 UTC (rev 7541)
> +++ drakx/trunk/mdk-stage1/Makefile 2013-03-13 19:52:07 UTC (rev 7542)
> @@ -15,7 +15,7 @@
>   # along with this program; if not, write to the Free Software
>   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>
> -VERSION=1.74.1
> +VERSION=1.75
>  PRODUCT=drakx-installer-binaries
>
>   #
> @@ -217,6 +217,14 @@
>      fi;
>   $(info $(PRODUCT)-$(VERSION).tar.xz is ready)
>
> +dist-svn-test:
> + mkdir -p $(PRODUCT)-$(VERSION)
> + svn export -q . $(PRODUCT)-$(VERSION)/mdk-stage1
> + svn export -q ../kernel $(PRODUCT)-$(VERSION)/kernel
> + cp ../Makefile.config $(PRODUCT)-$(VERSION)/
> + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION)
> + rm -rf $(PRODUCT)-$(VERSION)
> +
>  dist-svn:
>   mkdir -p $(PRODUCT)-$(VERSION)
>   svn export -q -rBASE . $(PRODUCT)-$(VERSION)/mdk-stage1


More information about the Mageia-dev mailing list