Your message dated Thu, 5 Oct 2023 12:08:23 +0200 with message-id <[email protected]> and subject line Re: Bug#1053504: build target not in manual page has caused the Debian Bug report #1053504, regarding build target not in manual page to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1053504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053504 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: caspar Version: 20200611-2 Dear maintainer(s) The manual page of caspar is unaware of the build target. <screenshot> $ grep --context 4 build /usr/include/caspar/mk/caspar.mk | head -n 9 _csp_DIRS := $(shell for d in *; do test -d "$$d" && echo "$$d"; done) _csp_DIRS := $(filter-out $(csp_TABOODIRS),$(_csp_DIRS)) all: $(MAKE) build $(MAKE) install $(MAKE) load define _csp_filetargets $ </screenshot> I noticed the build target in <screenshot> $ make make build make[1]: Entering directory 'path/redacted' make[1]: Nothing to be done for 'build'. make[1]: Leaving directory 'path/redacted' make install make[1]: Entering directory 'path/redacted' redacted command redacted parameters ... more "make output" ... </screenshot> and would like to use it. ( I have an use case for "build", but don't know how to use it.) Please document how to use the build target. Groeten Geert Stappers -- RTFM: read the fine manual
--- End Message ---
--- Begin Message ---Hi Geert, On Thu, Oct 05, 2023 at 11:32:07AM +0200, Geert Stappers wrote: > > The manual page of caspar is unaware of the build target. > > <screenshot> > $ grep --context 4 build /usr/include/caspar/mk/caspar.mk | head -n 9 > _csp_DIRS := $(shell for d in *; do test -d "$$d" && echo "$$d"; done) > _csp_DIRS := $(filter-out $(csp_TABOODIRS),$(_csp_DIRS)) > > all: > $(MAKE) build > $(MAKE) install > $(MAKE) load > > define _csp_filetargets > $ > </screenshot> > > > I noticed the build target in > <screenshot> > $ make > make build > make[1]: Entering directory 'path/redacted' > make[1]: Nothing to be done for 'build'. > make[1]: Leaving directory 'path/redacted' > make install > make[1]: Entering directory 'path/redacted' > redacted command redacted parameters > ... more "make output" ... > </screenshot> > and would like to use it. ( I have an use case for "build", > but don't know how to use it.) > > > Please document how to use the build target. At http://mdcc.cx/pub/caspar/caspar-latest/doc/caspar.html as shipped with caspar 20220907, which is shipped with Debian bookworm (stable), it says: "Note: csp_BUILD is deprecated. You should not use it." Therefore closing this bug. Thanks anyway, and excuse me for not catching this in our earlier discussion. Bye, Joost
--- End Message ---

