search for: unixlib

Displaying 3 results from an estimated 3 matches for "unixlib".

Did you mean: unixid
2002 Apr 05
2
little patch with zero priority
...mused.txt nmfns.txt + comm -13 nmused.txt nmfns.txt # 'check' is the GNU name, 'test' is the name for everybody else :-) .PHONY: check test @@ -154,14 +156,14 @@ # Run the SPLINT (Secure Programming Lint) tool. <www.splint.org> .PHONY: splint -splint: +splint: splint +unixlib +gnuextensions -weak rsync.c rsync.dvi: doc/rsync.texinfo texi2dvi -o $@ $< -rsync.ps: rsync.dvi +rsync.ps: rsync.dvi dvips -ta4 -o $@ $< rsync.pdf: doc/rsync.texinfo -- Lapo 'Raist' Luchini lapo@lapo.it (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796)
2002 Jul 12
0
Installation
...Y_CORRECT=1 TOOLDIR=`pwd` rsync_bin="$(bindir)/rsync" srcdir="$(srcdir)" $(srcdir)/runtests.sh # TODO: Add 'dist' target; need to know which files will be included # Run the SPLINT (Secure Programming Lint) tool. <www.splint.org> .PHONY: splint splint: splint +unixlib +gnuextensions -weak rsync.c rsync.dvi: doc/rsync.texinfo texi2dvi -o $@ $< rsync.ps: rsync.dvi dvips -ta4 -o $@ $< rsync.pdf: doc/rsync.texinfo texi2dvi -o $@ --pdf $<
2015 Apr 08
10
Build-system cleanups
Hi everyone Following are a number of build-system cleanup patches. Some of them are prep-work for a possible upcoming automake/gnulib introduction. Best regards, Tiziano