Below is a patch against he latest 'stable' Compile 1.11.4.  It adds the
configuration check for removeArchive and removeSources so that they may be
added to Compile.conf as system options.

-- PATCH BELOW --
add the removeArchives and removeSources options as configurable variables
so that they may be specified in Compile.conf
--- Compile/bin/Compile    2009-01-09 20:41:47.000000000 -0600
+++ Compile/bin/Compile.new    2009-01-09 20:43:00.000000000 -0600
@@ -86,6 +86,8 @@
 Boolean "batch" && batch="--batch"
 Boolean "verbose" && verbose="--verbose"
 Boolean "no-build" && Set_Boolean "keep"
+[ "$removeArchives" ] && Set_Boolean "remove-archive"
+[ "$removeSources" ] && Set_Boolean "remove-sources"

 if Is_Entry "configure-options"
 then userconfigureoptions=(`Entry "configure-options"`)
-- END PATCH --

Use it, don't use it.  This keeps my ~/.bashrc a little cleaner from
system-wide options.

-- 
Nathan Middleton
nathan \dot\ middleton /at/ gmail _dot_ com
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to