                          Upload Information Template for Hobbes.nmsu.edu
                          ===============================================

        Archive Filename: make-3.81-k2.zip
       Short Description: make v3.81-k2 for OS/2
        Long Description: make v3.81-k2 for OS/2.
GNU Make is a tool which controls the generation of executables and other
non-source files of a program from the program's source files.

Make gets its knowledge of how to build your program from a file called the
makefile, which lists each of the non-source files and how to compute it from
other files. When you write a program, you should write a makefile for it, so
that it is possible to use Make to build and install the program.

v3.81-k2:
    * Fixed the regression of .exe check which is that the search result of
      VPATH is not applied in some cases.
    * Improved a very long command line pass

v3.81-k1:
    * Based on v3.81-r3 of Andreas Buening
    * Pass a very long command line via a response file
    * Check target.exe as well when target does not exist.
      For example,

        foo: foo.c
            gcc $@ $<

      foo.exe is checked as well unless foo exists.
    * See README.OS2 for explanations of Andreas Buening

      Proposed directory
           for placement: /pub/os2/dev/util

               Your name: KO Myung-Hun
           Email address: komh@chollian.net
    Program contact name: (same)
   Program contact email: (same)
             Program URL: * official: https://www.gnu.org/software/make/
                          * OS/2: https://github.com/komh/make-os2
      Would you like the
   contact email address
    included in listings? yes

Operating System/Version: 
 Additional requirements: kLIBC v0.6.6

                Replaces: (none)



