Browse Source

cleanup output

Namdak Tonpa 9 years ago
parent
commit
bb0231a653
4 changed files with 3 additions and 4 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 0 1
      src/mad.erl
  4. 2 2
      src/mad_release.erl

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"de49b2").
+-define(VERSION,"26a29f").

BIN
mad


+ 0 - 1
src/mad.erl

@@ -8,7 +8,6 @@ main([]) -> help();
 main(Params) ->
 main(Params) ->
 
 
     {Other,FP} = mad_utils:fold_params(Params),
     {Other,FP} = mad_utils:fold_params(Params),
-    mad:info("code:lib_dir/0: ~p~n",[code:lib_dir()]),
     case Other == [] of
     case Other == [] of
          true -> skip;
          true -> skip;
          false -> mad:info("Unknown Command or Parameter ~p~n",[Other]), help() end,
          false -> mad:info("Unknown Command or Parameter ~p~n",[Other]), help() end,

+ 2 - 2
src/mad_release.erl

@@ -36,8 +36,8 @@ main(Params) ->
     Files = [ {"/bin/"++filename:basename(F),F} || F <-
     Files = [ {"/bin/"++filename:basename(F),F} || F <-
       mad_repl:wildcards([code:root_dir()++"/erts-"++erlang:system_info(version)++
       mad_repl:wildcards([code:root_dir()++"/erts-"++erlang:system_info(version)++
         "/bin/{epmd,erlexec,run_erl,to_erl,escript,beam.smp}"]) ] ++ apps(Apps) ++ scripts(N),
         "/bin/{epmd,erlexec,run_erl,to_erl,escript,beam.smp}"]) ] ++ apps(Apps) ++ scripts(N),
-    mad:info("Apps: ~p~n",[apps(Apps)]),
+%    mad:info("Apps: ~p~n",[apps(Apps)]),
     erl_tar:create(N++".tgz",Files,[compressed]),
     erl_tar:create(N++".tgz",Files,[compressed]),
-    mad:info("Files: ~p~n",[Files]),
+%    mad:info("Files: ~p~n",[Files]),
     mad:info("~s.boot: ~p~n",[N,Res]),
     mad:info("~s.boot: ~p~n",[N,Res]),
     false.
     false.