Displaying 3 results from an estimated 3 matches for "24c24".
Did you mean:
2424
2001 Mar 01
5
CVS, etc...
This is the first time I have gotten to the point of wanting to submit
code to (what I would consider) a major project. Specifically, I have made
a small change to oggenc/audio.c. I will explain the change if necessary,
but that us not the purpose of this post.
Primarily, I want to know how to submit changes? Mail it to someone?
Via CVS commit? If CVS, how do I get access?
Also, I
2000 Jul 28
0
buildroot patch for 2.1.1p4
...elps.
--
Edward S. Marshall <emarshal at logic.net> http://www.nyx.net/~emarshal/
-------------------------------------------------------------------------------
[ Felix qui potuit rerum cognoscere causas. ]
-------------- next part --------------
24c24
< CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./...
2000 Jul 28
0
whoops, revised patch for buildroot in 2.1.1p4
Whoops, missed a ./mkinstalldirs. Correct patch to Makefile.in is
attached.
--
Edward S. Marshall <emarshall at mercantec.com> UNIX Administrator
http://www.nyx.net/~emarshal/ Mercantec, Inc.
-------------- next part --------------
24c24
< CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./...