search for: debug_dirs

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

2004 Sep 10
0
1.0 source candidate
...======================================================= RCS file: /cvsroot/flac/flac/src/Makefile.am,v retrieving revision 1.4 diff -u -r1.4 Makefile.am --- src/Makefile.am 2001/06/08 00:13:21 1.4 +++ src/Makefile.am 2001/07/21 01:58:17 @@ -19,8 +19,4 @@ XMMS_DIRS = plugin_xmms endif -if DEBUG -DEBUG_DIRS = test_streams test_unit -endif - -SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) $(DEBUG_DIRS) +SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) test_streams test_unit Index: src/flac/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/flac/Ma...
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2012 Nov 01
15
[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
Hi all, This patchset makes some key modifications to the original ''stable page writes'' patchset. First, it provides users (devices and filesystems) of a backing_dev_info the ability to declare whether or not it is necessary to ensure that page contents cannot change during writeout, whereas the current code assumes that this is true. Second, it relaxes the