<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/bin/pax/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/bin/pax/Makefile - 1.42</description>
    <pubDate>Sat Jun 03 09:09:01 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/bin/pax/Makefile - 1.41</description>
    <pubDate>Sun Oct 13 07:28:04 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Install manual pages for tar and cpio only if ${MKBSDTAR} == "no"<br/>PR bin/54468</title>
    <description>/src/bin/pax/Makefile - 1.40</description>
    <pubDate>Thu Aug 15 21:05:16 UTC 2019</pubDate>
    <dc:creator>uwe</dc:creator>
</item>

<item>
    <title>branches:  1.39.48;  1.39.50;<br/>Add MKBSDTAR, defaulting to no. It switching cpio and tar to the<br/>libarchive based frontends.</title>
    <description>/src/bin/pax/Makefile - 1.39</description>
    <pubDate>Fri Apr 23 19:41:02 UTC 2010</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>do not require sys/mtio.h for a tools build of pax</title>
    <description>/src/bin/pax/Makefile - 1.38</description>
    <pubDate>Tue Feb 03 05:22:40 UTC 2009</pubDate>
    <dc:creator>dbj</dc:creator>
</item>

<item>
    <title>branches:  1.37.8;  1.37.10;  1.37.12;<br/>Kill pre-4.4BSD compat code.</title>
    <description>/src/bin/pax/Makefile - 1.37</description>
    <pubDate>Sun Feb 24 20:42:46 UTC 2008</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.36.4;  1.36.8;<br/>Don't depend on lubutil if we're building host tools. Fix tools build on<br/>non-NetBSD hosts.</title>
    <description>/src/bin/pax/Makefile - 1.36</description>
    <pubDate>Sat Dec 16 00:59:16 UTC 2006</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Complete the move of string_to_flags() and flags_to_string() from the<br/>bin/ls sources to libutil:<br/> o Bump libutil minor version number<br/> o Fix uses to include &lt;util.h&gt; to pick up the function definitions<br/> o Fix most uses of flags_to_string() to release the now-malloc()ed result</title>
    <description>/src/bin/pax/Makefile - 1.35</description>
    <pubDate>Thu Dec 14 20:09:36 UTC 2006</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Don't compile in cpio usage, if we are SMALL.</title>
    <description>/src/bin/pax/Makefile - 1.34</description>
    <pubDate>Wed Jun 29 02:21:27 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>sprinkle a little const, and now everything compiles with WARNS=3</title>
    <description>/src/bin/pax/Makefile - 1.33</description>
    <pubDate>Sun Jun 26 19:10:49 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>PR/29005: Jesse Off: nbpax requires sys/mtio.h which doesn't exist on Interix<br/>I added an ifdef called HAVE_MTIO_H and fixed the code to use it. It is<br/>always defined now, but you can change this for Interix.</title>
    <description>/src/bin/pax/Makefile - 1.32</description>
    <pubDate>Sun May 01 02:59:28 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Welcome to WARNS=3</title>
    <description>/src/bin/pax/Makefile - 1.31</description>
    <pubDate>Tue May 11 17:12:26 UTC 2004</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.30.4;<br/>doc2html works here now, so remove NOHTML=<br/>(not that it worked here, because NOHTML= was provided *after* &lt;bsd.own.mk&gt;...)</title>
    <description>/src/bin/pax/Makefile - 1.30</description>
    <pubDate>Fri Jul 18 02:18:49 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Now that &lt;bsd.prog.mk&gt; DTRT if HOSTPROG is defined (i.e, it is a no-op),<br/>there's no need to special-case .include-ing it.</title>
    <description>/src/bin/pax/Makefile - 1.29</description>
    <pubDate>Sun May 18 07:57:31 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>#ifdef HOSTPROG then explicitly use {major,minor,makedev}_netbsd<br/>macros from pack_dev.h instead of the native versions.<br/>Fixes [toolchain/20051] by Valeriy E. Ushakov.</title>
    <description>/src/bin/pax/Makefile - 1.28</description>
    <pubDate>Fri May 09 01:09:13 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>don't need -lutil any more</title>
    <description>/src/bin/pax/Makefile - 1.27</description>
    <pubDate>Sat Nov 30 03:12:55 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>don't bother with cpio/tar links or compat symlinks for HOSTPROGs</title>
    <description>/src/bin/pax/Makefile - 1.26</description>
    <pubDate>Mon Oct 21 06:26:46 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Install compatibility symlinks for /usr/bin/tar (-&gt; /bin/tar)<br/>and /usr/bin/cpio (/bin/cpio).  The pathname of tar(1) is hard-coded<br/>into things like binary packages, and thus must be kept around<br/>for backward compatibility.</title>
    <description>/src/bin/pax/Makefile - 1.25</description>
    <pubDate>Sun Oct 20 21:20:13 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Flip the pax switch</title>
    <description>/src/bin/pax/Makefile - 1.24</description>
    <pubDate>Wed Oct 16 15:23:59 UTC 2002</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>fix previous: SMALLPROG w/o HOSTPROG still needs &lt;bsd.prog.mk&gt;. (hi christos)</title>
    <description>/src/bin/pax/Makefile - 1.23</description>
    <pubDate>Mon Oct 14 16:03:51 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>
</channel></rss>

