gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz Makefile TODO


From: Tuukka Hastrup
Subject: [Gzz-commits] gzz Makefile TODO
Date: Wed, 28 Aug 2002 11:36:57 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuukka Hastrup <address@hidden> 02/08/28 11:36:57

Modified files:
        .              : Makefile TODO 

Log message:
        module 'depends' added to tarballs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.147&tr2=1.148&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/TODO.diff?tr1=1.50&tr2=1.51&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.147 gzz/Makefile:1.148
*** gzz/Makefile:1.147  Wed Aug 28 10:22:38 2002
--- gzz/Makefile        Wed Aug 28 11:36:56 2002
***************
*** 1,4 ****
- 
  # all must compile everywhere
  all: compile batchtest
  alltests: batchtest batchtest-junit slow test-
--- 1,3 ----
***************
*** 24,30 ****
        $(NOTEST) || $(MAKE) batchtest slow     
        $(MAKE) clean 
        $(MAKE) ready_to_compile doc
!       find . ! -type d|egrep -v 
'(^./(basalt|lava|C\+\+|Perl|Java|Modules))|/CVS/|#|~|\$$py\.class$$'|grep -vF 
"./$(DISTDIR)/"|xargs --replace cp --parents {} $(DISTDIR)
        echo $(VERSION) >$(DISTDIR)/VERSION
  
        tar cf $(DISTDIR).tar $(DISTDIR)
--- 23,32 ----
        $(NOTEST) || $(MAKE) batchtest slow     
        $(MAKE) clean 
        $(MAKE) ready_to_compile doc
!       find . ! -type d|egrep -v 
'^./(basalt|lava|C\+\+|Perl|Java|Modules)|/CVS/|#|~|\$$py\.class$$'|grep -vF 
"./$(DISTDIR)/"|xargs --replace cp --parents {} $(DISTDIR)
!       mkdir $(DISTDIR)/depends
!       cp $(GZZ_DEPENDS)/* $(DISTDIR)/*
! 
        echo $(VERSION) >$(DISTDIR)/VERSION
  
        tar cf $(DISTDIR).tar $(DISTDIR)
Index: gzz/TODO
diff -c gzz/TODO:1.50 gzz/TODO:1.51
*** gzz/TODO:1.50       Wed Aug 28 08:32:26 2002
--- gzz/TODO    Wed Aug 28 11:36:56 2002
***************
*** 3,19 ****
  
  0.8alpha1: JUST GET IT OUT OF THE DOOR
      tuukkah:
-       add depends/ to tarball
        revise target 'official-release'
-       READMEs for released packages
        
        tag the cvs tree
  0.8alpha2: More documentation
      tuukkah:
        - document our UML software (metacode/uml*,
          used by doc/uml/*)
!       - polish "make clean"
!       - move Modules/ to basalt
      tjl:
        - continue UML architecture documentation of gzz
        - clean up OpenGL demos and views and document, list
--- 3,17 ----
  
  0.8alpha1: JUST GET IT OUT OF THE DOOR
      tuukkah:
        revise target 'official-release'
        
        tag the cvs tree
  0.8alpha2: More documentation
      tuukkah:
        - document our UML software (metacode/uml*,
          used by doc/uml/*)
!       - polish "make clean" (done?)
!       - move Modules/ to basalt (what about Java/ and C++/)
      tjl:
        - continue UML architecture documentation of gzz
        - clean up OpenGL demos and views and document, list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]