*** empty log message *** cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Tue, 02 Jul 2019 09:18:36 +0200
branchcvs_MAIN
changeset 877 ed55127e1176
parent 876 2643ba2d9c52
child 878 643e8ddde2a2
*** empty log message ***
Make.proto
common/Makefile
mercurial/Makefile
stx_libscm.st
--- a/Make.proto	Tue Jul 02 09:17:15 2019 +0200
+++ b/Make.proto	Tue Jul 02 09:18:36 2019 +0200
@@ -21,7 +21,7 @@
 INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
-SUBDIRS= common mercurial github
+SUBDIRS= common mercurial git github
 
 
 # subdirectories where Makefiles are to be made:
@@ -40,7 +40,7 @@
 
 all:: preMake  postMake
 
-pre_objs::  
+pre_objs::
 
 
 
@@ -86,5 +86,3 @@
 
 clobber:: clean
 	-rm -f *.so *.dll
-
-
--- a/common/Makefile	Tue Jul 02 09:17:15 2019 +0200
+++ b/common/Makefile	Tue Jul 02 09:18:36 2019 +0200
@@ -10,7 +10,7 @@
 include Make.spec
 include Make.proto
 
-BASE_CONF=osx_x
+BASE_CONF=osx_x_clang
 BASE_CONF_VENDOR=mac
 CONF_PACKS=
 CONF_TOOLS=
--- a/mercurial/Makefile	Tue Jul 02 09:17:15 2019 +0200
+++ b/mercurial/Makefile	Tue Jul 02 09:18:36 2019 +0200
@@ -10,7 +10,7 @@
 include Make.spec
 include Make.proto
 
-BASE_CONF=osx_x
+BASE_CONF=osx_x_clang
 BASE_CONF_VENDOR=mac
 CONF_PACKS=
 CONF_TOOLS=
--- a/stx_libscm.st	Tue Jul 02 09:17:15 2019 +0200
+++ b/stx_libscm.st	Tue Jul 02 09:18:36 2019 +0200
@@ -19,9 +19,10 @@
      for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
 
     ^ #(
-        #'stx:libscm/common'
-        #'stx:libscm/mercurial'
-        #'stx:libscm/github'
+	#'stx:libscm/common'
+	#'stx:libscm/mercurial'
+	#'stx:libscm/git'
+	#'stx:libscm/github'
     )
 
     "Modified: / 03-07-2018 / 09:40:17 / Claus Gittinger"
@@ -36,4 +37,3 @@
 version_CVS
     ^ '$Header$'
 ! !
-