Correct old statements in Makefiles
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
btsync:
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
$(call runit,$@)
|
||||
$(call boot,02,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
chrome:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
$(call script,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
compile:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
$(call script,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
firefox: user
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
$(call script,$@)
|
||||
@@ -1,3 +1,2 @@
|
||||
ftp:
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
$(call script,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
gmrender: compile
|
||||
cp $(BASE)/scripts/*_$@.sh build/scripts
|
||||
cp $(BASE)/runit/$@ build/runit
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,4 +1,4 @@
|
||||
hamachi:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
ln -f $(BASE)/boot/*_$@.sh build/boot
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
$(call boot,02,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
lighttpd-php: php lighttpd
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call boot,02,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
minidlna: compile
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
pulseaudio:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
$(call script,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
redis:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
ln -f $(BASE)/runit/$@ build/runit
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,3 +0,0 @@
|
||||
testing:
|
||||
#$(call download,$@)
|
||||
$(call download,scripts/$@,/opt/tmp)
|
||||
@@ -1,3 +1,3 @@
|
||||
upnpproxy: compile
|
||||
cp $(BASE)/scripts/*_$@.sh build/scripts
|
||||
cp $(BASE)/runit/$@ build/runit
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
user:
|
||||
ln -f $(BASE)/scripts/*_$@.sh build/scripts
|
||||
$(call script,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
webserver: lighttpd-php phpmyadmin
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call boot,02,$@)
|
||||
Reference in New Issue
Block a user