summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 09:56:21 +0800
committerruki <[email protected]>2016-07-14 09:56:21 +0800
commit68b7f69d0c71bda1a4c51fb44cca73ce5a2b9dab (patch)
treef5e59e077f384c1398579830aa29e8033b41ac5a
parent95aeee4be5749ea83aadbe453b5fe221a746addf (diff)
add some ok hands
-rwxr-xr-xxmake/actions/build/main.lua2
-rwxr-xr-xxmake/actions/clean/main.lua3
-rwxr-xr-xxmake/actions/create/main.lua2
-rwxr-xr-xxmake/plugins/doxygen/main.lua2
-rwxr-xr-xxmake/plugins/project/main.lua2
5 files changed, 5 insertions, 6 deletions
diff --git a/xmake/actions/build/main.lua b/xmake/actions/build/main.lua
index a11191b16..d8aa2c4a6 100755
--- a/xmake/actions/build/main.lua
+++ b/xmake/actions/build/main.lua
@@ -86,5 +86,5 @@ function main()
os.cd(olddir)
-- trace
- cprint("${bright}build ok!")
+ cprint("${bright}build ok!${ok_hand}")
end
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua
index 05d6f7920..5657e586a 100755
--- a/xmake/actions/clean/main.lua
+++ b/xmake/actions/clean/main.lua
@@ -173,6 +173,5 @@ function main()
os.cd(olddir)
-- trace
- print("clean ok!")
-
+ cprint("${bright}clean ok!")
end
diff --git a/xmake/actions/create/main.lua b/xmake/actions/create/main.lua
index a07af9c27..bac8145c6 100755
--- a/xmake/actions/create/main.lua
+++ b/xmake/actions/create/main.lua
@@ -38,5 +38,5 @@ function main()
template.create(option.get("language"), option.get("template"), targetname)
-- trace
- cprint("${bright}create ok!")
+ cprint("${bright}create ok!${ok_hand}")
end
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua
index 84b6171a8..980c75a53 100755
--- a/xmake/plugins/doxygen/main.lua
+++ b/xmake/plugins/doxygen/main.lua
@@ -115,5 +115,5 @@ function main()
-- trace
cprint("${bright green}result: ${default green}%s/html/index.html", outputdir)
- cprint("${bright}doxygen ok!")
+ cprint("${bright}doxygen ok!${ok_hand}")
end
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index 850089b1e..d65035c32 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -70,5 +70,5 @@ function main()
_make(option.get("kind"))
-- trace
- cprint("${bright}create ok!")
+ cprint("${bright}create ok!${ok_hand}")
end