open-src/common/Makefile.init
changeset 1042 d0172f4fafac
parent 1013 da85f64a241e
child 1056 7ab8c847a602
equal deleted inserted replaced
1041:822a24a56542 1042:d0172f4fafac
   321 GIT=git
   321 GIT=git
   322 
   322 
   323 # If you need to use a closer mirror for X.Org or SourceForge, override
   323 # If you need to use a closer mirror for X.Org or SourceForge, override
   324 # these in your Makefile.options file
   324 # these in your Makefile.options file
   325 XRU_DEFAULT	= $(XORG_RELEASES_URL_SET:yes=$(POUND_SIGN))
   325 XRU_DEFAULT	= $(XORG_RELEASES_URL_SET:yes=$(POUND_SIGN))
   326 $(XRU_DEFAULT)	XORG_RELEASES_URL=http://xorg.freedesktop.org/releases/individual
   326 $(XRU_DEFAULT)	XORG_RELEASES_URL=http://www.x.org/releases/individual
   327 SFU_DEFAULT	= $(SF_DOWNLOADS_URL_SET:yes=$(POUND_SIGN))
   327 SFU_DEFAULT	= $(SF_DOWNLOADS_URL_SET:yes=$(POUND_SIGN))
   328 $(SFU_DEFAULT)	SF_DOWNLOADS_URL=http://easynews.dl.sourceforge.net/sourceforge
   328 $(SFU_DEFAULT)	SF_DOWNLOADS_URL=http://downloads.sourceforge.net/project
   329 
   329 
   330 # Git repositories hosted on freedesktop.org (X.Org, Mesa, pixman, etc.)
   330 # Git repositories hosted on freedesktop.org (X.Org, Mesa, pixman, etc.)
   331 FDO_GIT_DEFAULT		= $(FDO_GIT_URL_SET:yes=$(POUND_SIGN))
   331 FDO_GIT_DEFAULT		= $(FDO_GIT_URL_SET:yes=$(POUND_SIGN))
   332 $(FDO_GIT_DEFAULT)	FDO_GIT_URL=http://anongit.freedesktop.org/git
   332 $(FDO_GIT_DEFAULT)	FDO_GIT_URL=http://anongit.freedesktop.org/git
   333 XORG_GIT_DEFAULT	= $(XORG_GIT_URL_SET:yes=$(POUND_SIGN))
   333 XORG_GIT_DEFAULT	= $(XORG_GIT_URL_SET:yes=$(POUND_SIGN))