From 4182f9df38c1a4af9dc9f0a820ca22b6ecffc4e6 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 9 Feb 2013 13:27:20 -0500 Subject: [PATCH] build: Re-order BUILD_DIR/SRC_DIR output. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b621c14..8b632bf 100755 --- a/configure +++ b/configure @@ -107,6 +107,8 @@ generate_stdout() echo echo " VERSION = $VERSION" + echo " BUILD_DIR = $P_PWD" + echo " SRC_DIR = $BUILD_DIR" echo " PROFILE = $PROFILE" echo " CC = $CC" echo " COMPILER = $COMPILER" @@ -119,8 +121,6 @@ generate_stdout() echo " POINTER_PACK = $POINTER_PACK_ENABLE" echo " VMA_BITS = $VMA_BITS" echo " MEMORY_MODEL = $MM" - echo " BUILD_DIR = $P_PWD" - echo " SRC_DIR = $BUILD_DIR" echo echo "Headers will be installed in $HEADERS" echo "Libraries will be installed in $LIBRARY"