Displaying 1 result from an estimated 1 matches for "nowp".
Did you mean:
now
2000 Aug 23
0
explicit header deps: patch
...headers by having the .h files explicitly include
some required headers.
(Allows source cross-referencing with 'cxref' to work more nicely too)
how made?
diff -c2 -bBw -r -x 'Mak*' -x 'conf*' -x CVS -x '*.c'
vorbis.now vorbis.nowp > cxref.patch
how to use?
kruus@hilly:~/v$ cp -uar vorbis.now vorbis.new
kruus@hilly:~/v$ cd vorbis.new
kruus@hilly:~/v/vorbis.new$ patch -p1 < ../cxref.patch 2>&1 | tee xrefpatch.log
patching file `cmdline/header.h'
patching file `include/vorbis/backends.h'
patching file...