Modify setup for more flexible building process
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
base: directory cron syslog sshd hosts
|
||||
ln -f $(BASE)/config build
|
||||
ln -f $(BASE)/init build
|
||||
ln -f $(BASE)/scripts/*_prepare.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_boot.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_init.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_runit.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_logrotate.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_utilities.sh build/scripts
|
||||
ln -f $(BASE)/scripts/*_cleanup.sh build/scripts
|
||||
base: cron syslog sshd hosts
|
||||
# $(call script,boot)
|
||||
# $(call script,init)
|
||||
# $(call script,runit)
|
||||
# $(call script,logrotate)
|
||||
# $(call script,utilities)
|
||||
Reference in New Issue
Block a user