(svn r19018) -Change: [Makefile] Make test an alias for regression, distclean an alias for mrproper and update mrproper to really delete all generated files/directories.

This commit is contained in:
rubidium
2010-02-05 16:20:04 +00:00
parent 7c1170668a
commit a80eb0a1c0
3 changed files with 18 additions and 1 deletions

View File

@@ -274,6 +274,7 @@ detect_params() {
--enable-ipo=*) enable_lto="$optarg";;
--enable-dedicated) enable_dedicated="1";;
--enable-dedicated=*) enable_dedicated="$optarg";;
--enable-network) enable_network="2";;
--enable-network=*) enable_network="$optarg";;
--disable-network) enable_network="0";;
--disable-static) enable_static="0";;