<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for makepp</title><link>https://sourceforge.net/p/makepp/activity/</link><description>Recent activity for makepp</description><language>en</language><lastBuildDate>Thu, 18 Aug 2022 05:13:31 -0000</lastBuildDate><item><title>Germán Salazar posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/deb57bbe12/?limit=25#72ef</link><description>I find it rather unfortunate that given that Fortran 90 has been around since the 90's, it seems makepp cannot yet handle it. Does anybody have a scanner for Fortran 90 and a way to figure out dependencies not based on "include", but on use &lt;module-name&gt; ? Any other hints appreciated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Germán Salazar</dc:creator><pubDate>Thu, 18 Aug 2022 05:13:31 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/deb57bbe12/?limit=25#72ef</guid></item><item><title>Slaven Rezic created ticket #37</title><link>https://sourceforge.net/p/makepp/bugs/37/</link><description>Duplicate requires in META.yml</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Slaven Rezic</dc:creator><pubDate>Tue, 18 Feb 2020 21:34:17 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/37/</guid></item><item><title>Clemens Hintze posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/53e47cd2c3/?limit=25#ca55</link><description>Hello, after a long time I have to implement new rules in our Makeppfile where I would have to use $(changed_inputs). But it is daunting me that either the description of $(changed_inputs) is incomplete or my understanding is totally flawed. Please have a look to this Makeppfile: SOURCES += a.t b.t c.t $(foreach).dep : $(foreach) : foreach $(SOURCES) : signature md5 md5sum $(input) &gt; $(output) summary.dep : $(SOURCES).dep : signature md5 : build_check ignore_action md5sum $(changed_inputs) &gt; $(output)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clemens Hintze</dc:creator><pubDate>Fri, 02 Aug 2019 09:41:14 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/53e47cd2c3/?limit=25#ca55</guid></item><item><title>Scott Johnson posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/f16d3aa3d1/?limit=25#1194</link><description>I'm trying to use an existing GNU Makefile with makepp, and hit an issue which I fully explain in this git repo: https://github.com/scottj97/makepp-wildcard-issue Briefly, include $(wildcard ...) tries to include nonexistent files which makepp doesn't know how to build, which is contrary to the way $(wildcard) is documented to work in makepp.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Johnson</dc:creator><pubDate>Fri, 28 Jun 2019 02:17:11 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/f16d3aa3d1/?limit=25#1194</guid></item><item><title>Jeffrey Fuller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/400141eb1d/?limit=25#51f2</link><description>We've got a code base that's been using makepp for a while across several different LInux distros (Redhat, and various version of Ubuntu); everything needed to build this codebase is in an svn repo, and you generally just checkout the repo, install makepp on whatever machine you’re on, and the build just works. However, I recently created a new VM running Ubuntu 18 LTS, checked out the repo, installed makepp, and found that I could not build. I tracked the problem down to infer_objects failing. After...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Fri, 17 May 2019 16:19:32 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/400141eb1d/?limit=25#51f2</guid></item><item><title>Justin Huang posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/4948072f/?limit=25#f0a6</link><description>Never mind. I can do this with scanner. I register scanner for this command, and thus it knows the implicit .o dependencies from command line. In the command, I will link $^ if $^ is non-empty, otherwise I will link all .o.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Huang</dc:creator><pubDate>Thu, 14 Dec 2017 06:34:32 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/4948072f/?limit=25#f0a6</guid></item><item><title>Justin Huang posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/4948072f/?limit=25#7422</link><description>Hi, I'd like to write a makepp rule which links .o files into .a file. If user specifies the dependencies of .a like this: libx.a: a.o b.o c.o libx.a: d.o then we will link a/b/c/d.o into libx.a. If user does not specify dependencies of libx.a, then I'd like to link all .o files that can be built into libx.a. Can anyone help this? Thanks, Justin</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Huang</dc:creator><pubDate>Tue, 12 Dec 2017 05:47:53 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/4948072f/?limit=25#7422</guid></item><item><title>Mirko Mueller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=25#866d</link><description>Hey Daniel, thank you for your comment. At least partially I have found a solution, let me explain. I am doing no magic with RootMakeppfile or --dont-build at directory trees. A script is creating a temporary run directory, doing cd to it and running there 'mpp -f /&lt;script_path&gt;/Makefile'. This way all input and output files to the make process are outside of the current directory. The metadata beside input files can be omitted by using mpp with '--virtual-sandbox'. But, in directory of output file...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mirko Mueller</dc:creator><pubDate>Fri, 17 Nov 2017 12:20:30 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=25#866d</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=50#fb40</link><description>Moin Mirko, if you have a RootMakeppfile or equivalently mark everything outside of your tree as --dont-build, it might be considered a bug that makepp still creates files there. However fixing it would involve quite a few changes, as it is an assumption in various places, that metadata resides just beside the file. :-( One easy way to work around this would be to have everything outside belong to a different user or be in read-only directories. liebe Grüße – Daniel</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Mon, 13 Nov 2017 10:16:17 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=50#fb40</guid></item><item><title>makepp released /2.1/makepp-2.0.99.2.txz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.txz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Wed, 08 Nov 2017 22:47:02 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.txz/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.2.deb</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.deb/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Wed, 08 Nov 2017 22:47:02 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.deb/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.2.rpm</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.rpm/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Wed, 08 Nov 2017 22:47:02 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.rpm/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.2.tgz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.tgz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Wed, 08 Nov 2017 22:47:02 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.2.tgz/download</guid></item><item><title>Mirko Mueller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=25#1e9b</link><description>Hi, I am using makepp inside a utility which takes input files from various directories in the filesystem. For several reasons I choosed to employ MD5 signatures (first line in Makefile is "signature md5"). After a successfull run, mpp leaves an .makepp directory beside every input file in the filesystem (holding the md5 sums for the used files). These residual subdirs are scattered all over the filesystem, wherever mpp looked at a file and the user had write access - this is inconvenient. I am not...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mirko Mueller</dc:creator><pubDate>Thu, 07 Sep 2017 13:54:00 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/d65e4f46/?limit=25#1e9b</guid></item><item><title>Daniel Pfeiffer modified a comment on ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/?limit=50#24ac</link><description>You're thinking in terms of unreliable makes. Of course you have a dependency! There might be a rule to make that include file, so a reliable build tool has to load the makefile to check. If you want to partition into build and read-only parts, you can rename your main makefile to RootMakeppfile. Or if you want to remember to use options: --dont-build=/opensource or --do-build=/development As for the bozo comment, that would seem to be a GNU extension, which 15 and more years agom the makepp author...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sat, 19 Aug 2017 09:35:07 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/?limit=50#24ac</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/?limit=50#24ac</link><description>You're thinking in terms of unreliable makes. Of course you have a dependency! There might be a rule to make that include file, so a reliable build tool has to load the makefile to check. As for the bozo comment, that would seem to be a GNU extension, which 15 and more years agom the makepp author was alas not aware of. Solaris is documented to do it just like the Shell: http://docs.oracle.com/cd/E19253-01/816-5165/6mbb0m9l0/index.html#Usage further down at Globals. So either way, makepp would have...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sat, 19 Aug 2017 09:29:31 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/?limit=50#24ac</guid></item><item><title>makepp released /2.1/makepp-2.0.99.1.txz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.txz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Sat, 12 Aug 2017 08:21:03 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.txz/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.1.tgz</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.tgz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Sat, 12 Aug 2017 08:21:03 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.tgz/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.1.rpm</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.rpm/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Sat, 12 Aug 2017 08:21:03 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.rpm/download</guid></item><item><title>makepp released /2.1/makepp-2.0.99.1.deb</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.deb/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Sat, 12 Aug 2017 08:21:03 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/2.1/makepp-2.0.99.1.deb/download</guid></item><item><title>makepp released /README.md</title><link>https://sourceforge.nethttps%3A//sourceforge.net/projects/makepp/files/README.md/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Sat, 12 Aug 2017 08:16:02 -0000</pubDate><guid>https://sourceforge.net/projects/makepp/files/README.md/download</guid></item><item><title>mrbazmondo posted a comment on ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/?limit=25#65cc</link><description>There was no dependancy, i thought imade that clear. It loaded a makefile that wasn't included. Ignoring 'bozo' syntax seems like an odd choice. You're reading a makefile, and that's part of makefiles syntax. You could read preprocessed output if you prefer by reading the output of make -np</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrbazmondo</dc:creator><pubDate>Mon, 07 Aug 2017 21:16:04 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/?limit=25#65cc</guid></item><item><title>Daniel Pfeiffer modified ticket #33</title><link>https://sourceforge.net/p/makepp/bugs/33/</link><description>Minor incompatibility between gmake and makepp wrt parsing of # comment and $(info)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Aug 2017 21:44:41 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/33/</guid></item><item><title>Daniel Pfeiffer modified ticket #34</title><link>https://sourceforge.net/p/makepp/bugs/34/</link><description>warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/makepp/Mpp/File.pm line 1189.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Aug 2017 21:42:40 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/34/</guid></item><item><title>Daniel Pfeiffer modified ticket #30</title><link>https://sourceforge.net/p/makepp/bugs/30/</link><description>$(eval) does not redefine variables  (GNU make incompatibil)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Aug 2017 21:41:06 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/30/</guid></item><item><title>Daniel Pfeiffer modified ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/</link><description>makepp includes wrong file, then can't handle multi line comment</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Aug 2017 21:35:21 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/?limit=50#3d49</link><description>Makepp has to load a Makefile whereever it finds a needed dependency – else it can't guarentee correct builds. That bozo comment syntax differing from Shell and other #-comment languages, seems a little known edge case. Fixing it might break Makeppfiles.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Aug 2017 21:34:47 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/?limit=50#3d49</guid></item><item><title>mrbazmondo posted a comment on ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/?limit=25#5b98</link><description>Sorry, that got mangled, let me try again: root:~# makepp makepp: Loading makefile `/development/Makefile' makepp: Loading makefile `/opensource/Makefile' /development/Makefile:359: error handling Mpp::makefile_0::s_include statement /development/Makefile_rules.mk:72: error handling Mpp::makefile_0::s_include statement /opensource/Makefile:186: syntax error in line ' pygtk-2.12.1 gtk+-2.13.5 fontconfig-2.6.0 DirectFB-1.2.0 atk-1.23.5 cairo-1.6.4 pango-1.21.3 libxml2-2.9.3 libglade-2.6.2 pygobject-2.15.2...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrbazmondo</dc:creator><pubDate>Thu, 20 Jul 2017 10:08:25 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/?limit=25#5b98</guid></item><item><title>mrbazmondo created ticket #36</title><link>https://sourceforge.net/p/makepp/bugs/36/</link><description>makepp includes wrong file, then can't handle multi line comment</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrbazmondo</dc:creator><pubDate>Thu, 20 Jul 2017 09:56:31 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/36/</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/495be371/?limit=50#e45c</link><description>That is alas currently not possible, because SHELL is the executable, not being split...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 02 Apr 2017 20:20:02 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/495be371/?limit=50#e45c</guid></item><item><title>John Drummond posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/495be371/?limit=25#5b35</link><description>I wan't to set shell option pipefail. In GNU Make I would just add: SHELL = /bin/bash...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Drummond</dc:creator><pubDate>Fri, 31 Mar 2017 23:01:28 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/495be371/?limit=25#5b35</guid></item><item><title>geminikanon posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/80820f61/?limit=25#c576/5139</link><description>Found the answer, Looks like it has to do with the signature.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">geminikanon</dc:creator><pubDate>Sun, 27 Mar 2016 00:08:38 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/80820f61/?limit=25#c576/5139</guid></item><item><title>Han posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/80820f61/?limit=25#c576</link><description>I just recently switched to makepp from years of using GNU make, so my apologies...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Han</dc:creator><pubDate>Sat, 26 Mar 2016 23:26:14 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/80820f61/?limit=25#c576</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=50#e0d6</link><description>I'm wondering instead if switching the scanner to a simple Promise API wouldn't be...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 06 Mar 2016 11:06:31 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=50#e0d6</guid></item><item><title>Jeffrey Fuller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#a78e</link><description>Hi Daniel, Thanks again. Yes, it appears that nowarn is not suppressing stale file...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Fri, 22 Jan 2016 22:46:18 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#a78e</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/a39c718c/?limit=50#4ba9</link><description>Hi Arul, no, you looked well! The subdir name is stored in $Mpp::File::build_info_subdir,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Thu, 21 Jan 2016 23:18:09 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/a39c718c/?limit=50#4ba9</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=50#7ef2</link><description>Hi Jeffrey, you can use "var ;= value" to get at most a single expansion at the time...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Thu, 21 Jan 2016 23:11:19 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=50#7ef2</guid></item><item><title>Jeffrey Fuller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#a8be</link><description>Thanks for the response, Daniel. I can easily get rid of the top-level calls to infer_objects...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Fri, 15 Jan 2016 19:38:05 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#a8be</guid></item><item><title>Arul Prakash posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/makepp/discussion/142849/thread/a39c718c/?limit=25#78df</link><description>Hi, Does makepp support storing build info files in a specified directory instead...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arul Prakash</dc:creator><pubDate>Mon, 11 Jan 2016 07:55:26 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142849/thread/a39c718c/?limit=25#78df</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=50#c74e</link><description>Hi Peter, I finally found time to port your patch to the latest version from CVS....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Tue, 29 Dec 2015 23:58:20 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=50#c74e</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=50#a126</link><description>Hi, option dashes are optional so --no-warn and --nowarn are identical. This was...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Tue, 29 Dec 2015 23:48:26 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=50#a126</guid></item><item><title>Jeffrey Fuller modified a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#fe66</link><description>After reading some of the other topics on this forum, I thought I'd expand on my...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Thu, 10 Dec 2015 22:05:31 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#fe66</guid></item><item><title>Jeffrey Fuller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#fe66</link><description>After reading some of the other topics on this forum, I thought I'd expand on my...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Thu, 10 Dec 2015 21:05:35 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#fe66</guid></item><item><title>Jeffrey Fuller posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#2433</link><description>Hi I'm having the same issue as the OP: I'm giving "--no-warn" to makepp, but still...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Fuller</dc:creator><pubDate>Thu, 10 Dec 2015 20:17:05 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/0d51bc05/?limit=25#2433</guid></item><item><title>Peter Nelson posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=25#e897</link><description>Also your suggestion of a.c explicitly depend on slowtobuild.h doesn't end up helping....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Mon, 30 Nov 2015 18:20:10 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=25#e897</guid></item><item><title>Peter Nelson posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=25#22dd</link><description>Thanks :) Sorry for the broken diff, new one attached should work. From poking at...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Thu, 26 Nov 2015 01:15:11 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=25#22dd</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=50#043e</link><description>Hi Peter! So sorry for your effort in vain! It just happened to me too, because I...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Wed, 25 Nov 2015 22:02:50 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=50#043e</guid></item><item><title>Peter Nelson posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=25#4c70</link><description>My local hack of adding a :pre_depend option was easier than I expected. It's working...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Wed, 25 Nov 2015 19:29:18 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=25#4c70</guid></item><item><title>Peter Nelson posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=25#98d0</link><description>Man SF.net really dislikes me. I just typed out this whole response and it disappeared...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Wed, 25 Nov 2015 00:18:44 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=25#98d0</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=50#58b4</link><description>Hi Peter, you are alas right, it requires a major redesign. The idea was already...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Tue, 24 Nov 2015 23:07:38 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=50#58b4</guid></item><item><title>Peter Nelson posted a comment on ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/?limit=25#64d9</link><description>Sorry for the broken fromatting, sf.net is weird. Maybe this will work? SLEEPERS...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Mon, 23 Nov 2015 23:57:01 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/?limit=25#64d9</guid></item><item><title>Peter Nelson created ticket #35</title><link>https://sourceforge.net/p/makepp/bugs/35/</link><description>Scanner causes build serialization</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Nelson</dc:creator><pubDate>Mon, 23 Nov 2015 23:53:07 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/35/</guid></item><item><title>Daniel Pfeiffer modified a comment on ticket #34</title><link>https://sourceforge.net/p/makepp/bugs/34/?limit=50#73cb</link><description>I would consider a bogus uid a pretty buggy setup, though I don't know if docker...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Tue, 29 Sep 2015 22:20:36 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/34/?limit=50#73cb</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #34</title><link>https://sourceforge.net/p/makepp/bugs/34/?limit=50#73cb</link><description>I would consider a bogus uid a pretty buggy setup, though I don't know if docker...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Tue, 29 Sep 2015 22:18:54 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/34/?limit=50#73cb</guid></item><item><title>F. Larramendi created ticket #34</title><link>https://sourceforge.net/p/makepp/bugs/34/</link><description>warning: Use of uninitialized value in concatenation (.) or string at /usr/local/share/makepp/Mpp/File.pm line 1189.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">F. Larramendi</dc:creator><pubDate>Thu, 24 Sep 2015 21:01:20 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/34/</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/988cca61/?limit=50#ce4a</link><description>Well, for one thing it actuallly is a pattern rule, or rather what makepp makes out...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Fri, 28 Aug 2015 21:08:06 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/988cca61/?limit=50#ce4a</guid></item><item><title>Clemens Hintze posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/988cca61/?limit=25#fff9</link><description>Hello, I have following rule in my Makeppfile: $(patsubst %.lua, %.luo, $(foreach))...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clemens Hintze</dc:creator><pubDate>Thu, 20 Aug 2015 13:07:23 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/988cca61/?limit=25#fff9</guid></item><item><title>Clemens Hintze posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/b32a4c25/?limit=25#4aa1</link><description>Dear Group, I have used Make++ for a lot of years already. I have also built a complete...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clemens Hintze</dc:creator><pubDate>Thu, 20 Aug 2015 09:39:23 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/b32a4c25/?limit=25#4aa1</guid></item><item><title>Marcin Kasperski posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/a4cede08/?limit=25#b3cc</link><description>I faced something what looks like a weird parsing bug in 2.0 line. Details posted...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcin Kasperski</dc:creator><pubDate>Sat, 28 Feb 2015 09:26:53 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/a4cede08/?limit=25#b3cc</guid></item><item><title>Daniel Pfeiffer modified a comment on ticket #33</title><link>https://sourceforge.net/p/makepp/bugs/33/?limit=50#f981</link><description>Hi Andy, I will never be astounded enough by the quirks gmake will come up with....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 23 Nov 2014 12:45:48 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/33/?limit=50#f981</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #33</title><link>https://sourceforge.net/p/makepp/bugs/33/?limit=50#f981</link><description>Hi Andy, I will never be astounded enough by the quirks gmake will come up with....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Sun, 23 Nov 2014 12:41:45 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/33/?limit=50#f981</guid></item><item><title>Andy Glew created ticket #33</title><link>https://sourceforge.net/p/makepp/bugs/33/</link><description>Minor incompatibility between gmake and makepp wrt parsing of # comment and $(info)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Glew</dc:creator><pubDate>Mon, 17 Nov 2014 23:32:10 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/33/</guid></item><item><title>Daniel Pfeiffer posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/c0aebfae/?limit=25#1cb1</link><description>Hi Lezz, No it says: "If it doesn't [look like C or C++ source code], it falls back...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Mon, 08 Sep 2014 22:10:53 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/c0aebfae/?limit=25#1cb1</guid></item><item><title>Lezz Giles posted a comment on discussion Help</title><link>https://sourceforge.net/p/makepp/discussion/142850/thread/c0aebfae/?limit=25#5869</link><description>"signature md5" says that it uses an md5 checksum for all dependencies for a build,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lezz Giles</dc:creator><pubDate>Sun, 07 Sep 2014 19:44:19 -0000</pubDate><guid>https://sourceforge.net/p/makepp/discussion/142850/thread/c0aebfae/?limit=25#5869</guid></item><item><title>Daniel Pfeiffer modified ticket #18</title><link>https://sourceforge.net/p/makepp/bugs/18/</link><description>Syntax error with $(MAKE) ... &lt;variable&gt;=&lt;override&gt; ... </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Wed, 18 Jun 2014 21:06:32 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/18/</guid></item><item><title>Daniel Pfeiffer modified ticket #31</title><link>https://sourceforge.net/p/makepp/bugs/31/</link><description>shell variable assignments generate invalid deps</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Wed, 18 Jun 2014 20:59:03 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/31/</guid></item><item><title>Daniel Pfeiffer modified ticket #31</title><link>https://sourceforge.net/p/makepp/bugs/31/</link><description>shell variable assignments generate invalid deps</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Wed, 18 Jun 2014 20:53:46 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/31/</guid></item><item><title>Daniel Pfeiffer posted a comment on ticket #31</title><link>https://sourceforge.net/p/makepp/bugs/31/?limit=25#9519</link><description>Version 2.0 handles this fine.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pfeiffer</dc:creator><pubDate>Wed, 18 Jun 2014 20:53:46 -0000</pubDate><guid>https://sourceforge.net/p/makepp/bugs/31/?limit=25#9519</guid></item><item><title>makepp released /2.1/snapshots/makepp-2.0.98.5.txz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.txz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Tue, 10 Jun 2014 21:54:04 -0000</pubDate><guid>http://sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.txz/download</guid></item><item><title>makepp released /2.1/snapshots/makepp-2.0.98.5.deb</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.deb/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Tue, 10 Jun 2014 21:54:04 -0000</pubDate><guid>http://sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.deb/download</guid></item><item><title>makepp released /2.1/snapshots/makepp-2.0.98.5.rpm</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.rpm/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Tue, 10 Jun 2014 21:54:04 -0000</pubDate><guid>http://sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.rpm/download</guid></item><item><title>makepp released /2.1/snapshots/makepp-2.0.98.5.tgz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.tgz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makepp</dc:creator><pubDate>Tue, 10 Jun 2014 21:54:04 -0000</pubDate><guid>http://sourceforge.net/projects/makepp/files/2.1/snapshots/makepp-2.0.98.5.tgz/download</guid></item></channel></rss>