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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-453-g22a89c8)



The branch, master has been updated
       via  22a89c83f731a4e8127230c0c79a2138047d0efc (commit)
       via  413d46d3cbe4c21d3ec3f3e2b99d7f250f0d5ef4 (commit)
      from  76d02f7f935d930d8093bd49b7eb0836d3b1aa6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/Makefile.am     |    2 +-
 gschem/configure.ac.in |    1 -
 gschem/m4/Makefile.am  |    7 -------
 update-changelogs.sh   |    8 ++++++++
 4 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 gschem/m4/Makefile.am


=================
 Commit Messages
=================

commit 22a89c83f731a4e8127230c0c79a2138047d0efc
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Sun Dec 21 14:38:31 2008 -0500

    Added a check to prevent update-changelogs.sh to run without at least one arg
    
    This is to prevent silly mistakes of running this script without realizing
    what branch you are on.

:100755 100755 1313a6e... b52e3fb... M	update-changelogs.sh

commit 413d46d3cbe4c21d3ec3f3e2b99d7f250f0d5ef4
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Sun Dec 21 14:34:25 2008 -0500

    Removed m4 from being distributed when building tarballs (using make distcheck)
    
    This makes gschem and libgeda's distribution of m4 the same (not distributed)

:100644 100644 8a67a0d... 5a0ebc8... M	gschem/Makefile.am
:100644 100644 b4b1069... c7a2051... M	gschem/configure.ac.in
:100644 000000 450156b... 0000000... D	gschem/m4/Makefile.am

=========
 Changes
=========

commit 22a89c83f731a4e8127230c0c79a2138047d0efc
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Sun Dec 21 14:38:31 2008 -0500

    Added a check to prevent update-changelogs.sh to run without at least one arg
    
    This is to prevent silly mistakes of running this script without realizing
    what branch you are on.

diff --git a/update-changelogs.sh b/update-changelogs.sh
index 1313a6e..b52e3fb 100755
--- a/update-changelogs.sh
+++ b/update-changelogs.sh
@@ -14,6 +14,14 @@
 #
 #
 
+if [ "$1" == "" ]
+then 
+    echo "usage: ./update-changelogs.sh 1.0-20070526..master"
+    echo " or"
+    echo "usage: ./update-changelogs.sh 1.0-20070526..BRANCH_NAME"
+    exit 1
+fi
+
 GCLHEADER="# Do not edit this file - generated from version control history"
 GCLFOOTER="#GCL#"
 

commit 413d46d3cbe4c21d3ec3f3e2b99d7f250f0d5ef4
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Sun Dec 21 14:34:25 2008 -0500

    Removed m4 from being distributed when building tarballs (using make distcheck)
    
    This makes gschem and libgeda's distribution of m4 the same (not distributed)

diff --git a/gschem/Makefile.am b/gschem/Makefile.am
index 8a67a0d..5a0ebc8 100644
--- a/gschem/Makefile.am
+++ b/gschem/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = include lib intl src m4 po scheme bitmap scripts examples \
+SUBDIRS = include lib intl src po scheme bitmap scripts examples \
           tests docs data
 
 INTLTOOL_FILES = intltool-extract.in \
diff --git a/gschem/configure.ac.in b/gschem/configure.ac.in
index b4b1069..c7a2051 100644
--- a/gschem/configure.ac.in
+++ b/gschem/configure.ac.in
@@ -617,7 +617,6 @@ AC_SUBST(INDENT)
 
 # Create all the necessary derived files
 AC_CONFIG_FILES([Makefile 
-                m4/Makefile 
                 po/Makefile.in 
                 intl/Makefile 
 		src/Makefile
diff --git a/gschem/m4/Makefile.am b/gschem/m4/Makefile.am
deleted file mode 100644
index 450156b..0000000
--- a/gschem/m4/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-EXTRA_DIST = ChangeLog codeset.m4 gettext.m4 glibc21.m4 glibc2.m4 iconv.m4 intdiv0.m4 intldir.m4 intl.m4 intlmacosx.m4 intmax.m4 inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lock.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4
-
-MOSTLYCLEANFILES = *.log core FILE *~ prototype.bak
-CLEANFILES = *.log core FILE *~ prototype.bak
-DISTCLEANFILES = *.log core FILE *~ prototype.bak
-MAINTAINERCLEANFILES = *.log core FILE *~ prototype.bak prototype.h Makefile.in
-




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs