From 30f7521a2191eb7e55c1a0f92558467c4655a75c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 23 Nov 2016 12:09:38 +0000 Subject: [PATCH] project.conf, run.mk: Add option global.license = LGPL 2 Signed-off-by: Jan Lindemann --- make/project.conf | 1 + make/run.mk | 3 +++ 2 files changed, 4 insertions(+) diff --git a/make/project.conf b/make/project.conf index 50b0c518..2536c576 100644 --- a/make/project.conf +++ b/make/project.conf @@ -20,4 +20,5 @@ Worker to map an arbitrary SQL database into FeedFS [global] group = System/Libraries subpackages = run devel +license = LGPL 2 diff --git a/make/run.mk b/make/run.mk index 89981cbd..72da562f 100644 --- a/make/run.mk +++ b/make/run.mk @@ -68,6 +68,9 @@ start: all rm -f core.* $(EXE_PATH) $(EXE_ARGS) & +echo-run-script: + @echo -e "#!/bin/bash\n\nexport LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)\nexport PATH=$(PATH)\n$(EXE_PATH) $(EXE_ARGS)" + clean: vg-clean-supp clean.out # unfortunately iwatch only supports one directory :-(