diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:35:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-23 08:35:32 +0300 |
commit | b42cad3ddb49b1a19c81785c9916a789b7d32efc (patch) | |
tree | fa83113fdc0c8171855669c0d973b8a7302e9c3c | |
parent | 7421f5fd61c94674645615b8eb593d6e7a6a2da2 (diff) | |
download | egawk-b42cad3ddb49b1a19c81785c9916a789b7d32efc.tar.gz egawk-b42cad3ddb49b1a19c81785c9916a789b7d32efc.tar.bz2 egawk-b42cad3ddb49b1a19c81785c9916a789b7d32efc.zip |
Update README.git.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README.git | 10 |
2 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2017-08-23 Arnold D. Robbins <arnold@skeeve.com> + + * README.git: Minor edits to make build steps clearer. + 2017-08-21 Daniel Richard G. <skunk@iSKUNK.ORG> * awk.h (c_func): Renamed to c_function to avoid conflict. @@ -1,12 +1,14 @@ -Thu Apr 17 16:54:26 IDT 2014 +Wed Aug 23 08:07:18 IDT 2017 ============================ If you are reading this, you have retrieved the gawk code base via Git from savannah.gnu.org. This is good; gawk no longer uses CVS. -On GNU and Unix systems, please execute ./bootstrap.sh before invoking -the usual incantaton of `./configure && make && make check'. This -version of bootstrap.sh should work OK. +On GNU and Unix systems, please execute use the following to build +gawk after doing `git clone' or `git pull': + + make distclean # if not a new clone + ./bootstrap.sh && ./configure && make && make check On systems supported by configuration files in the pc/ subdirectory, chdir into pc/ and run the make-config.bat script there. This will produce |