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

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-154-g5cbac29)



The branch, master has been updated
       via  5cbac296fe2ad4f47aa089f2c2ac3cb7b1218823 (commit)
      from  e84330457016f1bfb3db1cd6c8a6980a72a6e90c (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
=========

 Makefile |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


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

commit 5cbac296fe2ad4f47aa089f2c2ac3cb7b1218823
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Mon Jan 5 19:29:30 2009 -0500

    Removed the "all" target from the toplevel Makefile
    
    Nobody should be using the "all" target since it doesn't work out of
    the box for most people (unless you know what you are doing).

:100644 100644 ead3c89... 236e062... M	Makefile

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

commit 5cbac296fe2ad4f47aa089f2c2ac3cb7b1218823
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Mon Jan 5 19:29:30 2009 -0500

    Removed the "all" target from the toplevel Makefile
    
    Nobody should be using the "all" target since it doesn't work out of
    the box for most people (unless you know what you are doing).

diff --git a/Makefile b/Makefile
index ead3c89..236e062 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,8 @@ SHELL=/bin/sh
 # Basic targets
 ############################################################################
 
+all: notarget
+
 notarget:
 	@echo $(VERSION) $(CD_VERSION) $(DIR_PREFIX)
 	@echo "gEDA Toplevel Makefile"
@@ -75,7 +77,6 @@ notarget:
 	@echo "${MAKE} check        Run check in all sub directories"
 	@echo "${MAKE} dist         Create distribution (using make dist)"
 	@echo "${MAKE} src          Create all *.c files from *.nw files"
-	@echo "${MAKE} all          Just build. Do not use! Run make install"
 	@echo ""
 	@echo ""
 	@echo "---------------------------READ THIS---------------------------"
@@ -128,8 +129,6 @@ notarget:
 ##  shouldn't do this.  You're forewarned!
 ##----------------------------------------------------------------------
 
-# This installs libgeda and symbols and just builds gschem and gnetlist
-all: libgeda symbols gschem gnetlist gattrib gsymcheck utils docs examples
 
 # This builds and installs all of gEDA/gaf
 install: symbols_install libgeda_install gschem_install gnetlist_install \




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