source tree re-arrangement
[m6w6/btr] / bin / btr
diff --git a/bin/btr b/bin/btr
index 2eaeac818abb1c94bf2e355947e05339f065447c..5a6e190adced6a1e14282478674f82a5f0d1ef87 100755 (executable)
--- a/bin/btr
+++ b/bin/btr
@@ -15,11 +15,12 @@ setup
 
 if $VERBOSE
 then
-    show_conf
-    confirm "Do you want to continue?" || exit
+       show_conf
+       confirm "Do you want to continue?" || exit
 fi
 
-REPORT="$(make -s -C $BTRDIR -f $LIBDIR/$SOURCE_RULES.mk && make -s -C $BTRDIR -f $LIBDIR/$BUILD_RULES.mk)"
-make -s -C $BTRDIR -f $LIBDIR/$REPORT_RULES.mk REPORT="$REPORT"
+REPORT="$(make -s -C $BTRDIR -f $LIBDIR/source/$SOURCE_RULES.mk && \
+       make -s -C $BTRDIR -f $LIBDIR/build/$BUILD_RULES.mk)"
+make -s -C $BTRDIR -f $LIBDIR/report/$REPORT_RULES.mk REPORT="$REPORT"
 
 # vim: set noet