{"id":50814844,"url":"https://github.com/dharmatech/make","last_synced_at":"2026-06-13T08:33:40.560Z","repository":{"id":362999763,"uuid":"1261536177","full_name":"dharmatech/make","owner":"dharmatech","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-06T23:04:21.000Z","size":8464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"plan9-4.4.1-000","last_synced_at":"2026-06-13T08:33:37.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dharmatech.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-06T20:28:35.000Z","updated_at":"2026-06-06T20:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dharmatech/make","commit_stats":null,"previous_names":["dharmatech/make"],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/dharmatech/make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dharmatech%2Fmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dharmatech%2Fmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dharmatech%2Fmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dharmatech%2Fmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dharmatech","download_url":"https://codeload.github.com/dharmatech/make/tar.gz/refs/heads/plan9-4.4.1-000","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dharmatech%2Fmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34278153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-13T08:33:37.840Z","updated_at":"2026-06-13T08:33:40.544Z","avatar_url":"https://github.com/dharmatech.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This directory contains the 4.4.1 release of GNU Make.\n\nSee the file NEWS for the user-visible changes from previous releases.\nIn addition, there have been bugs fixed.\n\nPlease check the system-specific notes below for any caveats related to your\noperating system.\n\nIf you are trying to build GNU Make from a Git clone rather than a downloaded\nsource distribution, see the README.git file for instructions.\n\nFor source distribution building and installation instructions, see the file\nINSTALL.\n\nIf you need to build GNU Make and have no other 'make' program to use, you can\nuse the shell script 'build.sh' instead.  To do this, first run 'configure' as\ndescribed in INSTALL.  Then, instead of typing 'make' to build the program,\ntype 'sh build.sh'.  This will compile the program in the current directory.\nThen you will have a 'make' program that you can use for './make install', or\nwhatever else.\n\nSome systems' 'make' programs cannot process the Makefile for GNU Make.\nIf you get errors from your system's 'make' when building GNU Make, try using\n'build.sh' instead.\n\n\nGNU Make is free software.  See the file COPYING for copying conditions.\nGNU Make is copyright by the Free Software Foundation.  Copyright notices\ncondense sequential years into a range; e.g. \"1987-1994\" means all years\nfrom 1987 to 1994 inclusive.\n\nDownloading\n-----------\n\nGNU Make can be obtained in many different ways.  See a description here:\n\n  https://www.gnu.org/software/software.html\n\n\nDocumentation\n-------------\n\nGNU Make is fully documented in the GNU Make manual, which is contained in\nthis distribution as the file make.texi.  You can also find on-line and\npreformatted (PostScript and DVI) versions at the FSF's web site.  There is\ninformation there about ordering hardcopy documentation.\n\n  https://www.gnu.org/\n  https://www.gnu.org/doc/doc.html\n  https://www.gnu.org/manual/manual.html\n\n\nDevelopment\n-----------\n\nGNU Make development is hosted by Savannah, the FSF's online development\nmanagement tool.  Savannah is here:\n\n  https://savannah.gnu.org\n\nAnd the GNU Make development page is here:\n\n  https://savannah.gnu.org/projects/make/\n\nYou can find most information concerning the development of GNU Make at\nthis site.\n\n\nRegression Tests\n----------------\n\nGNU Make contains a suite of regression tests.  To run them use \"make check\"\nafter building GNU Make.  If they fail a tar package will be created\ncontaining useful information, which can be emailed (as an attachment) to\nthe \u003cbug-make@gnu.org\u003e mailing list.\n\nPlease note that since these tests rely on known-good-output comparisons,\nthey can show spurious failures on some systems (particularly non-POSIX systems\nsuch as Windows).\n\n\nBug Reporting\n-------------\n\nIf you need help using GNU Make, try asking on \u003chelp-make@gnu.org\u003e.\n\nIf you found a bug, you can send a bug reports to \u003cbug-make@gnu.org\u003e.\nPlease see the section of the GNU Make manual entitled 'Problems and Bugs'\nfor information on submitting useful and complete bug reports.\n\nYou do not need to subscribe to these lists first.\n\nYou can also use the online bug tracking system in the Savannah GNU Make\nproject to submit new problem reports or search for existing ones:\n\n  https://savannah.gnu.org/bugs/?group=make\n\nWe prefer to use the bug tracking system ONLY for bugs or enhancements,\nnot for help requests: please use the mailing lists to get help.\n\n\nSubmitting Patches\n------------------\n\nIf you'd like to propose a change to GNU Make, you can provide a patch with\nyour changes.  If you are making your changes in a Git workspace you can run\n\"git format-patch\" to create a patch file.  If not, you can use the diff(1)\nutility to create a patch file; please use \"diff -u\".\n\nOnce you have a patch you can submit it in any of these ways:\n\n  * Create a bug on Savannah and add the patch as an attachment:\n      https://savannah.gnu.org/bugs/?group=make\u0026func=additem\n\n  * Send the patch via email to \u003cbug-make@gnu.org\u003e: be sure to add it as an\n    attachment to avoid interference by email processors.\n\nAll non-trivial changes require FSF copyright paperwork to be completed\nbefore they can be accepted.  Contact \u003cbug-make@gnu.org\u003e for help.\n\n\nGit Access\n----------\n\nThe GNU Make source repository is available via Git from the GNU Savannah Git\nserver; look here for details:\n\n  https://savannah.gnu.org/git/?group=make\n\nPlease note: you won't be able to build GNU Make from Git without installing\nappropriate maintainer's tools, such as GNU m4, automake, autoconf, Perl, GNU\nmake, and GCC.\n\nSee the README.git file for instructions on how to build GNU Make once these\ntools are available.  We make no guarantees about the contents or quality of\nthe latest code in the Git repository: it is not unheard of for code that is\nknown to be broken to be checked in.  Use at your own risk.\n\n\nSystem-specific Notes\n---------------------\n\nIt has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such\nthat if you compile make with 'cc -O' on AIX 3.2, it will not work\ncorrectly.  It is said that using 'cc' without '-O' does work.\n\nThe standard /bin/sh on SunOS 4.1.3_U1 and 4.1.4 is broken and cannot be\nused to configure GNU Make.  Please install a different shell such as\nbash or pdksh in order to run \"configure\".  See this message for more\ninformation:\n  https://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html\n\nOne area that is often a problem in configuration and porting is the code\nto check the system's current load average.  To make it easier to test and\ndebug this code, you can do 'make check-loadavg' to see if it works\nproperly on your system.  (You must run 'configure' beforehand, but you\nneed not build 'make' itself to run this test.)\n\nAnother potential source of porting problems is the support for large\nfiles (LFS) in configure for those operating systems that provide it.\nPlease report any bugs that you find in this area.  If you run into\ndifficulties, then as a workaround you should be able to disable LFS by\nadding the '--disable-largefile' option to the 'configure' script.\n\nOn systems that support micro- and nano-second timestamp values and\nwhere stat(2) provides this information, GNU Make will use it when\ncomparing timestamps to get the most accurate possible result.  However,\nnote that many current implementations of tools that *set* timestamps do\nnot preserve micro- or nano-second granularity.  This means that \"cp -p\"\nand other similar tools (tar, etc.) may not exactly duplicate timestamps\nwith micro- and nano-second granularity on some systems.  If your build\nsystem contains rules that depend on proper behavior of tools like \"cp\n-p\", you should consider using the .LOW_RESOLUTION_TIME pseudo-target to\nforce make to treat them properly.  See the manual for details.\n\n\nPorts\n-----\n\n  - See README.customs for details on integrating GNU Make with the\n    Customs distributed build environment from the Pmake distribution.\n\n  - See README.VMS for details about GNU Make on OpenVMS.\n\n  - See README.Amiga for details about GNU Make on AmigaDOS.\n\n  - See README.zOS for details about GNU Make on z/OS.\n\n  - See README.W32 for details about GNU Make on Windows NT, 95, or 98.\n\n  - See README.DOS for compilation instructions on MS-DOS and MS-Windows\n    using DJGPP tools.\n\n    A precompiled binary of the MSDOS port of GNU Make is available as part\n    of DJGPP; see the WWW page https://www.delorie.com/djgpp/ for more\n    information.\n\n    The Cygwin project maintains its own port of GNU Make.  That port may have\n    patches which are not present in this version.  If you are using Cygwin\n    you should use their version of GNU Make, and if you have questions about\n    it you should start by asking on those mailing lists and forums.\n\nPlease note there are two _separate_ ports of GNU Make for Microsoft\nsystems: a native Windows tool built with (for example) MSVC or Cygwin,\nand a DOS-based tool built with DJGPP.  Please be sure you are looking\nat the right README!\n\n\f\n-------------------------------------------------------------------------------\nCopyright (C) 1988-2023 Free Software Foundation, Inc.\nThis file is part of GNU Make.\n\nGNU Make is free software; you can redistribute it and/or modify it under the\nterms of the GNU General Public License as published by the Free Software\nFoundation; either version 3 of the License, or (at your option) any later\nversion.\n\nGNU Make is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\nA PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdharmatech%2Fmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdharmatech%2Fmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdharmatech%2Fmake/lists"}