From c4fd3d985d873d93dfebb37fd2db04df4d4044da Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Mon, 21 Dec 2009 01:29:56 +0100 Subject: [PATCH] =?UTF-8?q?It's=20been=20a=20while=20since=20I've=20built?= =?UTF-8?q?=20L=C3=96VE,=20so=20forgive=20my=20forgetfulness.=20Made=20aut?= =?UTF-8?q?omagic=20script=20run=20gen-makefile=20(took=20me=20half=20an?= =?UTF-8?q?=20hour=20to=20figure=20out=20I=20had=20to=20do=20this=20first.?= =?UTF-8?q?..)=20Also=20made=20sure=20it's=20running=20from=20the=20right?= =?UTF-8?q?=20path=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/unix/automagic | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 platform/unix/automagic diff --git a/platform/unix/automagic b/platform/unix/automagic old mode 100644 new mode 100755 index 0cb7a21e2..b2de67e12 --- a/platform/unix/automagic +++ b/platform/unix/automagic @@ -1,7 +1,8 @@ #!/bin/bash -echo -echo " * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script" -echo +if ! sh platform/unix/gen-makefile; then + echo "You should be doing this from the root directory of the project." + exit 1 +fi autoheader # Gimmie config.h.in libtoolize --force aclocal