<?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>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#a6dbe3721eb3b5990707fc3e378c95e505dd8ab5</link>
        <description>update Intel copyright noticesper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the 4 digit year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc).  Contribution date used&quot;--follow -C95%&quot; to get the most accurate date.Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 20:26:26 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>488570ebd418ba07c9e69e65106dcc964f3bb41b - Replace most BSD 3-clause license text with SPDX identifier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#488570ebd418ba07c9e69e65106dcc964f3bb41b</link>
        <description>Replace most BSD 3-clause license text with SPDX identifier.Many open source projects have moved to using SPDX identifiersto specify license information, reducing the amount ofboilerplate code in every source file.  This patch replacesthe bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clauseidentifier.Almost all of these files share the exact same license text,and this patch only modifies the files that contain themost common license text.  There can be slight variationsbecause the third clause contains company names - most say&quot;Intel Corporation&quot;, but there are instances for Nvidia,Samsung, Eideticom and even &quot;the copyright holder&quot;.Used a bash script to automate replacement of the license textwith SPDX identifier which is checked into scripts/spdx.sh.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: &lt;qun.wan@intel.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 19:15:11 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>712a3f69d32632bf6c862f00200f7f437d3f7529 - Makefile: don&apos;t override MAKEFLAGS in submake</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#712a3f69d32632bf6c862f00200f7f437d3f7529</link>
        <description>Makefile: don&apos;t override MAKEFLAGS in submakeApparently make doesn&apos;t like it:make[2]: warning: -jN forced in submake: disabling jobserver mode.We only did it because of scan-build - it detects a tonof issues (or false positives) in our dependencies. Todisable it, we don&apos;t have to override MAKEFLAGS, butjust CC - that&apos;s what we&apos;ll do now.Fixes #896Change-Id: I5eea984d6bbfbf4caabdd704850fac840fed3524Signed-off-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/927Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Mon, 26 Aug 2019 07:02:35 +0000</pubDate>
        <dc:creator>Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c4d9daeb7bf491bc0eb6e8d417b75d44773cb009 - Makefile: Add possibility to uninstall spdk.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#c4d9daeb7bf491bc0eb6e8d417b75d44773cb009</link>
        <description>Makefile: Add possibility to uninstall spdk.Add uninstall target to makefiles to be able to performreverse of install target.Fixes #464This patch adds &apos;uninstall&apos; target to makefile.&apos;make uninstall&apos; will remove spdk_tgt app, headers, librariesand shared libraries from system directories defined by $DESTDIR.Additionaly, if there will be any empty directories left afterthis operation, they will be removed as well.Signed-off-by: Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;Change-Id: I7b07fb4b81081d3914ff09165991fbe3a26b9067Signed-off-by: Pawel Kaminski &lt;pawelx.kaminski@intel.com&gt;Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/431471Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Wed, 02 Jan 2019 09:28:02 +0000</pubDate>
        <dc:creator>Piotr Pelplinski &lt;piotr.pelplinski@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e430f6e0682f3a3e2e1993d10c119ae98b9d42c2 - ipsecbuild: force CC=cc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#e430f6e0682f3a3e2e1993d10c119ae98b9d42c2</link>
        <description>ipsecbuild: force CC=ccThis will override use of scan-build for the ipsec-mb build,since ipsec-mb has scan-build errors and there&apos;s no other easyway to skip ipsec-mb as part of the scan-build process.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I531d84bcc07a1c1c80f41e20d1026f6f6af0bf28Reviewed-on: https://review.gerrithub.io/c/442115Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Ziye Yang &lt;optimistyzy@gmail.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Fri, 25 Jan 2019 17:54:57 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e6ae2d272ba5cf2091dfea2ceb1ecb9a491ab09e - build: quiet the ipsec build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#e6ae2d272ba5cf2091dfea2ceb1ecb9a491ab09e</link>
        <description>build: quiet the ipsec buildRedirect stdout to /dev/null unless user specifies Q= onmake command line.  Note that stderr is not redirected soif something fails for some reason, user will still seethe error messages.Same for make clean - redirect to /dev/null unless userspecifies Q=.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I9c7cf5a4b5d99655d4d25a9a3afa2cbe82faa05dReviewed-on: https://review.gerrithub.io/c/441797Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 08:40:17 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f823b7f5c1fade2cdd1a4196a69730a8763759d0 - ipsec_mb: use EXTRA_CFLAGS to point DPDK to intel-ipsec-mb submodule</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/ipsecbuild/Makefile#f823b7f5c1fade2cdd1a4196a69730a8763759d0</link>
        <description>ipsec_mb: use EXTRA_CFLAGS to point DPDK to intel-ipsec-mb submoduleThis allows us to remove the requirement to install intel-ipsec-mb tosystem directories.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I579655a98b515cf148b7cd17823a9bb541ea6ad7Reviewed-on: https://review.gerrithub.io/c/440785Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Seth Howell &lt;seth.howell5141@gmail.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/ipsecbuild/Makefile</description>
        <pubDate>Sun, 13 Jan 2019 20:28:21 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
