Correct old statements in Makefiles

This commit is contained in:
2016-03-22 23:33:38 +01:00
parent 70d35feac0
commit e73b4c3338
15 changed files with 21 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
btsync:
$(call script,$@)
$(call runit,$@)
$(call runit,$@)
$(call boot,02,$@)

View File

@@ -1,2 +1,2 @@
chrome:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
$(call script,$@)

View File

@@ -1,2 +1,2 @@
compile:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
$(call script,$@)

View File

@@ -1,2 +1,2 @@
firefox: user
ln -f $(BASE)/scripts/*_$@.sh build/scripts
$(call script,$@)

View File

@@ -1,3 +1,2 @@
ftp:
$(call script,$@)
$(call runit,$@)
$(call script,$@)

View File

@@ -1,3 +1,3 @@
gmrender: compile
cp $(BASE)/scripts/*_$@.sh build/scripts
cp $(BASE)/runit/$@ build/runit
$(call script,$@)
$(call runit,$@)

View File

@@ -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,$@)

View File

@@ -1,3 +1,3 @@
lighttpd-php: php lighttpd
$(call script,$@)
$(call boot,02,$@)
$(call boot,02,$@)

View File

@@ -1,3 +1,3 @@
minidlna: compile
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit
$(call script,$@)
$(call runit,$@)

View File

@@ -1,2 +1,2 @@
pulseaudio:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
$(call script,$@)

View File

@@ -1,3 +1,3 @@
redis:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit
$(call script,$@)
$(call runit,$@)

View File

@@ -1,3 +0,0 @@
testing:
#$(call download,$@)
$(call download,scripts/$@,/opt/tmp)

View File

@@ -1,3 +1,3 @@
upnpproxy: compile
cp $(BASE)/scripts/*_$@.sh build/scripts
cp $(BASE)/runit/$@ build/runit
$(call script,$@)
$(call runit,$@)

View File

@@ -1,2 +1,2 @@
user:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
$(call script,$@)

View File

@@ -1,3 +1,3 @@
webserver: lighttpd-php phpmyadmin
$(call script,$@)
$(call boot,02,$@)
$(call boot,02,$@)