...
This commit is contained in:
3
Makefile
3
Makefile
@@ -32,7 +32,7 @@ package:
|
||||
@rm -rf $(package_path)
|
||||
@mkdir -p $(package_path)
|
||||
@echo "copy bin to build directory ..."
|
||||
@cp -rf $(svc_bin) $(package_path)
|
||||
@cp -rf $(svc_bin) $(package_path)
|
||||
@echo "update release date ..."
|
||||
@sed -i "s/Release Date:.*/Release Date: $(current_date)/" $(vfile)
|
||||
@echo "copy extra file to build directory ..."
|
||||
@@ -44,3 +44,4 @@ package:
|
||||
@tar cvfz $(build_dir)/$(package_file) -C $(build_dir) $(package_name) >/dev/null
|
||||
@echo "move $(package_file) to $(release_dir) ..."
|
||||
@mv -f $(build_dir)/$(package_file) $(release_dir)
|
||||
@echo "prepare build environment ..."
|
||||
Reference in New Issue
Block a user