CVS: theedge/var/lib/lunar/menu optimize.menu,1.14,1.15

sofar at lunar-linux.org sofar at lunar-linux.org
Sun Jul 13 20:49:57 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/menu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18149/var/lib/lunar/menu

Modified Files:
	optimize.menu 
Log Message:

Hi,

this is not a mailbox flood, but rather something I've been working on for
about 3.4 weeks now. Some fundamental things have changed in the code and
from the outside not much may have changed, but this is a 2400 line merge!

Biggest differences is in the function calling and temporary file generation,
which now has a complete unique ID and gets cleaned up better. All major 
functions have been rewritten to handle $@ and return data over STDOUT.

Upgrading and installing multiple modules has been rewritten, all frontends
are now true frontends (no standard code in there anymore).

I added some gadgets for CVS options thanks to jol, and there's a framework
for downloading code from SVN:// urls, which I haven't been able to check
yet... someone please try.

some gaps still remain, this *IS* theedge. I suspect resurrect behaviour to
be broken, as well as the download monitoring (but at least it works). At
least I'll be able to track most of the bugs now pretty fast, as I know
where there still is more work to do...

Noted also that md5sum checking was down in theedge up to this one, as for 
quite some few other bugs... should be all fixed I hope.

Please make sure that you run the theedge code for testing, I really need
the feedback on this in the coming 2 weeks.

Thanks,

sofar

PS fortune of the day:
Live fast, die young, and leave a flat patch of fur on the highway!
                -- The Squirrels' Motto (The "Hell's Angels of Nature")
		




Index: optimize.menu
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/menu/optimize.menu,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- optimize.menu	8 Jun 2003 19:34:28 -0000	1.14
+++ optimize.menu	13 Jul 2003 20:49:55 -0000	1.15
@@ -211,12 +211,6 @@
                   unset CPUINFO EXT FLAGS
                ;;
    # Warn help
-  cc_warn_help)
-           MENU="Enable/Disable C compiler warnings"
-Deprecated_HELP="Disable warnings of deprecated..."
-
-              ;;
-              
  ccc_warn_help)
           MENU="Enable/Disable C++ compiler warnings"
      Deprecated_HELP="Disable warnings of deprecated..."
@@ -376,10 +370,6 @@
              "SSE"       ""   $([ "$FPM" == "SSE" ] && echo "on" || echo "off" )      "$SSE_HELP"
              "Both"      ""   $([ "$FPM" == "Both" ] && echo "on" || echo "off" )     "$Both_HELP"
              "Altivec"   ""   $([ "$FPM" == "Altivec" ] && echo "on" || echo "off" )  "$Altivec_HELP" )
-}
-
-cc_warn() { 
-  OPTIONS=( "Deprecated" "-Wno-deprecated" $( echo ${CC_WARN[@]} | grep -q "Deprecated" && echo "on" || echo "off" )  "$Deprecated_HELP" )
 }
 
 ccc_warn() { 




More information about the Lunar-commits mailing list