forked from Dark-Horse-Linux/pyrois
make all target created and made safe - requires sudo or root
parent
37550c04c7
commit
4b302e0c89
2
Makefile
2
Makefile
|
@ -69,6 +69,8 @@ build_stage3:
|
||||||
# optional: make enter_chroot
|
# optional: make enter_chroot
|
||||||
# make build_stage3
|
# make build_stage3
|
||||||
|
|
||||||
|
all: disarm_chroot clean dirs install_rex download_patches download_sources build_stage1 build_stage2 build_stage3
|
||||||
|
|
||||||
# Remember, before you make clean or make purge_artifacts you MUST run
|
# Remember, before you make clean or make purge_artifacts you MUST run
|
||||||
# make disarm_chroot beforehand or you could cause irreversible damage
|
# make disarm_chroot beforehand or you could cause irreversible damage
|
||||||
# to your system. It is recommended that these operations only be
|
# to your system. It is recommended that these operations only be
|
||||||
|
|
|
@ -40,7 +40,7 @@ dir_logs=${project_root}/logs
|
||||||
# config directory - general path for configuration files on the target
|
# config directory - general path for configuration files on the target
|
||||||
# system before they're placed, as well as various values for configure
|
# system before they're placed, as well as various values for configure
|
||||||
# of the build
|
# of the build
|
||||||
dir_configs=${dir_stage}/configs
|
dir_configs=${project_root}/configs
|
||||||
|
|
||||||
# the patches directory. this contains all the patches we use during
|
# the patches directory. this contains all the patches we use during
|
||||||
# the foster build
|
# the foster build
|
||||||
|
|
Loading…
Reference in New Issue