allow tasks to be specified on the make commandline make TASKS="foo bar" ... --- conf/make.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/make.conf b/conf/make.conf index 805dafe..6f7d9a9 100755 --- a/conf/make.conf +++ b/conf/make.conf @@ -7,7 +7,7 @@ DRIVER = $(PREX_SRC)/dev/dev.ko # # Boot tasks # -TASKS = $(PREX_SRC)/user/bin/kmon/kmon +TASKS ?= $(PREX_SRC)/user/bin/kmon/kmon #TASKS = $(PREX_SRC)/user/server/boot/boot \ # $(PREX_SRC)/user/server/proc/proc \ -- 1.5.0.3.GIT ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
