Reorganize some files and import some others
This commit is contained in:
2
build/make/lighttpd-php.mk
Normal file
2
build/make/lighttpd-php.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
lighttpd-php: php lighttpd
|
||||
$(call script_force,$@)
|
||||
3
build/make/lighttpd.mk
Normal file
3
build/make/lighttpd.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
lighttpd:
|
||||
$(call script_force,$@)
|
||||
$(call runit,$@)
|
||||
3
build/make/mysql.mk
Normal file
3
build/make/mysql.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
mysql:
|
||||
$(call script_force,$@)
|
||||
$(call runit,$@)
|
||||
2
build/make/php.mk
Normal file
2
build/make/php.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
php:
|
||||
$(call script_force,$@)
|
||||
Reference in New Issue
Block a user