updated to different default action of TakeAction
This commit is contained in:
parent
ccdfd76de2
commit
20f4177c29
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ This script consists of the file TakeAction in the Kit's root
|
||||||
directory and a few files called Action in some directories.
|
directory and a few files called Action in some directories.
|
||||||
The Action files describe in a very simple form which actions
|
The Action files describe in a very simple form which actions
|
||||||
have to be performed in which directories.
|
have to be performed in which directories.
|
||||||
The default action is to start "make install".
|
The default action is to start "make install && make clean".
|
||||||
The output of each make is diverted to a file called "Out"
|
The output of each make is diverted to a file called "Out"
|
||||||
in the same directory as the make was started in.
|
in the same directory as the make was started in.
|
||||||
If the make was successful (return code 0) the Out file is removed
|
If the make was successful (return code 0) the Out file is removed
|
||||||
|
|
Loading…
Reference in a new issue