mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fix Project-system
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Project name
|
||||
PROJECT=generic
|
||||
|
||||
PROJECT_DIR=~/.openelec
|
||||
|
||||
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
||||
TARGET_ARCH=i386
|
||||
|
||||
@@ -207,4 +209,8 @@ AUTOUPDATE=ask
|
||||
# multi-processor computer (like hyperthreading SMP CPU)
|
||||
CONCURRENCY_MAKE_LEVEL=1
|
||||
|
||||
# read personal options if available
|
||||
test -f "$PROJECT_DIR/options" \
|
||||
&& . "$PROJECT_DIR/options"
|
||||
|
||||
. config/path
|
||||
|
||||
Reference in New Issue
Block a user