Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
commit afc1bf87b changed the behavior so that build fails if a .d file
cannot be found. Rather than simply reverting to the old behavior (using
cp ; rather than cp &&), fix the problem instead.
gcc by default creates .d files where the Makefile was invoked, rather
than in the path of the source/object file. We can use the -MF param to
specify that it needs to go in the same path as the object.
As a side effect this also cleans up a great deal of console spew
(missing .d files) during build.
|
|
|
|
|
|
linux too
|
|
|
|
|
|
Doing make V=1 will enable the log spew again
|
|
|
|
|
|
Squashed commit due to build breakage during code-reshuffle history.
Conflicts:
xbmc/Util.cpp
xbmc/cdrip/CDDARipper.cpp
xbmc/filesystem/Directory.cpp
xbmc/filesystem/File.cpp
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31740 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
Ideally, Makefile.include.in should contain "CFLAGS =
user-specified-cflags" instead of "CFLAGS += user-specified-cflags",
and the individual Makefiles would use '+=' as needed.
This would allow the 'user-specified-cflags' from 'configure' to be
completely overridden (instead of just appended) with
"make CFLAGS=some-other-flags" as is the general convention.
Since that would be fairly disruptive, lets not do it for now.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31737 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31042 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
build.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30979 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30978 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30802 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30134 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
installation of certain files.
This still forces files in libdir to be installed in datarootdir
(i.e. $(prefix)/share) instead.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29946 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27060 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24586 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
anyway ;))
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23271 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|